mate: add passthru update script

This commit is contained in:
José Romildo Malaquias
2021-04-02 18:10:52 -03:00
parent 8a3c28afb5
commit a191b2320c
41 changed files with 131 additions and 39 deletions
+3 -1
View File
@@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl }:
{ lib, stdenv, fetchurl, mateUpdateScript }:
stdenv.mkDerivation rec {
pname = "mate-common";
@@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
passthru.updateScript = mateUpdateScript { inherit pname version; };
meta = {
description = "Common files for development of MATE packages";
homepage = "https://mate-desktop.org";