about summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2022-01-30 12:46:19 +0800
committerBobby Rong <rjl931189261@126.com>2022-01-30 12:46:19 +0800
commit5161b59fe09c4296c31532b1e2af1ca6f9e88f2b (patch)
treee6c7a40963edb31cf156e5a530fb7f3b81252dd3 /pkgs/desktops
parent544586a9b32a29e642c9d971182c21f4dfdf153f (diff)
downloadnixlib-5161b59fe09c4296c31532b1e2af1ca6f9e88f2b.tar
nixlib-5161b59fe09c4296c31532b1e2af1ca6f9e88f2b.tar.gz
nixlib-5161b59fe09c4296c31532b1e2af1ca6f9e88f2b.tar.bz2
nixlib-5161b59fe09c4296c31532b1e2af1ca6f9e88f2b.tar.lz
nixlib-5161b59fe09c4296c31532b1e2af1ca6f9e88f2b.tar.xz
nixlib-5161b59fe09c4296c31532b1e2af1ca6f9e88f2b.tar.zst
nixlib-5161b59fe09c4296c31532b1e2af1ca6f9e88f2b.zip
wingpanel-indicator-ayatana: add passthru.updateScript
Upstream doesn't tag release, we use unstableGitUpdater.
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/pantheon/third-party/wingpanel-indicator-ayatana/default.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/pkgs/desktops/pantheon/third-party/wingpanel-indicator-ayatana/default.nix b/pkgs/desktops/pantheon/third-party/wingpanel-indicator-ayatana/default.nix
index 6e3fbf5777bc..7e153293bbc0 100644
--- a/pkgs/desktops/pantheon/third-party/wingpanel-indicator-ayatana/default.nix
+++ b/pkgs/desktops/pantheon/third-party/wingpanel-indicator-ayatana/default.nix
@@ -1,6 +1,7 @@
 { lib
 , stdenv
 , fetchFromGitHub
+, unstableGitUpdater
 , substituteAll
 , meson
 , ninja
@@ -45,6 +46,12 @@ stdenv.mkDerivation rec {
     pantheon.wingpanel
   ];
 
+  passthru = {
+    updateScript = unstableGitUpdater {
+      url = "https://github.com/Lafydev/wingpanel-indicator-ayatana.git";
+    };
+  };
+
   meta = with lib; {
     description = "Ayatana Compatibility Indicator for Wingpanel";
     homepage = "https://github.com/Lafydev/wingpanel-indicator-ayatana";