mojave-gtk-theme: add update script

This commit is contained in:
José Romildo 2022-05-12 17:55:47 -03:00
parent 4d60268814
commit 19d2c6f64d

View File

@ -16,6 +16,7 @@
, opacityVariants ? [] # default to all
, themeVariants ? [] # default to MacOS blue
, wallpapers ? false
, gitUpdater
}:
let
@ -114,6 +115,8 @@ stdenv.mkDerivation rec {
runHook postInstall
'';
passthru.updateScript = gitUpdater {inherit pname version; };
meta = with lib; {
description = "Mac OSX Mojave like theme for GTK based desktop environments";
homepage = "https://github.com/vinceliuice/Mojave-gtk-theme";