10 , gobject-introspection
14 python3.pkgs.buildPythonApplication rec {
22 url = "https://pub.mate-desktop.org/releases/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
23 sha256 = "/piYT/1qqMNtBZS879ugPeObQtQeAHJRaAOE8870SSQ=";
33 propagatedBuildInputs = [
35 python3.pkgs.pygobject3
43 enableParallelBuilding = true;
45 passthru.updateScript = mateUpdateScript { inherit pname; };
48 description = "MATE Desktop menu editor";
50 homepage = "https://github.com/mate-desktop/mozo";
51 license = with licenses; [ lgpl2Plus ];
52 platforms = platforms.unix;
53 maintainers = teams.mate.members;