mojave-gtk-theme: add update script
This commit is contained in:
parent
4d60268814
commit
19d2c6f64d
1 changed files with 3 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue