mate: add passthru update script
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ lib, python3, fetchurl, pkg-config, gettext, mate, gtk3, glib, wrapGAppsHook, gobject-introspection }:
|
||||
{ lib, python3, fetchurl, pkg-config, gettext, mate, gtk3, glib, wrapGAppsHook, gobject-introspection, mateUpdateScript }:
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "mozo";
|
||||
@@ -20,6 +20,8 @@ python3.pkgs.buildPythonApplication rec {
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
passthru.updateScript = mateUpdateScript { inherit pname version; };
|
||||
|
||||
meta = with lib; {
|
||||
description = "MATE Desktop menu editor";
|
||||
homepage = "https://github.com/mate-desktop/mozo";
|
||||
|
||||
Reference in New Issue
Block a user