11 stdenv.mkDerivation rec {
12 pname = "mate-user-guide";
16 url = "https://pub.mate-desktop.org/releases/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
17 sha256 = "U+8IFPUGVEYU7WGre+UiHMjTqfFPfvlpjJD+fkYBS54=";
31 substituteInPlace mate-user-guide.desktop.in.in \
32 --replace-fail "Exec=yelp" "Exec=${yelp}/bin/yelp"
35 enableParallelBuilding = true;
37 passthru.updateScript = mateUpdateScript { inherit pname; };
40 description = "MATE User Guide";
41 homepage = "https://mate-desktop.org";
42 license = with licenses; [ gpl2Plus fdl11Plus ];
43 platforms = platforms.unix;
44 maintainers = teams.mate.members;