Commit 2f36eac1 authored by pancaek's avatar pancaek
Browse files

mate.mozo: prep for top-level

parent 78680862
Loading
Loading
Loading
Loading
+7 −3
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
  glib,
  wrapGAppsHook3,
  gobject-introspection,
  mateUpdateScript,
  gitUpdater,
}:

python3.pkgs.buildPythonApplication rec {
@@ -20,7 +20,7 @@ python3.pkgs.buildPythonApplication rec {
  doCheck = false;

  src = fetchurl {
    url = "https://pub.mate-desktop.org/releases/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
    url = "https://pub.mate-desktop.org/releases/${lib.versions.majorMinor version}/mozo-${version}.tar.xz";
    sha256 = "/piYT/1qqMNtBZS879ugPeObQtQeAHJRaAOE8870SSQ=";
  };

@@ -43,7 +43,11 @@ python3.pkgs.buildPythonApplication rec {

  enableParallelBuilding = true;

  passthru.updateScript = mateUpdateScript { inherit pname; };
  passthru.updateScript = gitUpdater {
    url = "https://git.mate-desktop.org/mozo";
    odd-unstable = true;
    rev-prefix = "v";
  };

  meta = {
    description = "MATE Desktop menu editor";