about summary refs log tree commit diff
path: root/pkgs/data/themes/mojave
diff options
context:
space:
mode:
authorJosé Romildo <malaquias@gmail.com>2022-05-12 17:55:47 -0300
committerJosé Romildo <malaquias@gmail.com>2022-05-12 17:55:47 -0300
commit19d2c6f64d3a8e569d39f7faf44c6102c0974cd5 (patch)
tree40c922a38b08e5086892416882e674e65332a507 /pkgs/data/themes/mojave
parent4d60268814af2037629d1115eeaff40ec5c8cb1a (diff)
downloadnixlib-19d2c6f64d3a8e569d39f7faf44c6102c0974cd5.tar
nixlib-19d2c6f64d3a8e569d39f7faf44c6102c0974cd5.tar.gz
nixlib-19d2c6f64d3a8e569d39f7faf44c6102c0974cd5.tar.bz2
nixlib-19d2c6f64d3a8e569d39f7faf44c6102c0974cd5.tar.lz
nixlib-19d2c6f64d3a8e569d39f7faf44c6102c0974cd5.tar.xz
nixlib-19d2c6f64d3a8e569d39f7faf44c6102c0974cd5.tar.zst
nixlib-19d2c6f64d3a8e569d39f7faf44c6102c0974cd5.zip
mojave-gtk-theme: add update script
Diffstat (limited to 'pkgs/data/themes/mojave')
-rw-r--r--pkgs/data/themes/mojave/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/data/themes/mojave/default.nix b/pkgs/data/themes/mojave/default.nix
index d92a9f892211..e8e98ab0ebfe 100644
--- a/pkgs/data/themes/mojave/default.nix
+++ b/pkgs/data/themes/mojave/default.nix
@@ -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";