summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2021-12-20 23:02:50 +0800
committerBobby Rong <rjl931189261@126.com>2021-12-21 09:53:00 +0800
commitfaa933d4c023055faac40d83dd80ee230eaf678e (patch)
tree1a0bf0d66ff3b4365c3090776e3aa76e400e918c /pkgs
parent52f2c2500a62fdf7ea267b91307613031547a9c7 (diff)
downloadnixpkgs-faa933d4c023055faac40d83dd80ee230eaf678e.tar
nixpkgs-faa933d4c023055faac40d83dd80ee230eaf678e.tar.gz
nixpkgs-faa933d4c023055faac40d83dd80ee230eaf678e.tar.bz2
nixpkgs-faa933d4c023055faac40d83dd80ee230eaf678e.tar.lz
nixpkgs-faa933d4c023055faac40d83dd80ee230eaf678e.tar.xz
nixpkgs-faa933d4c023055faac40d83dd80ee230eaf678e.tar.zst
nixpkgs-faa933d4c023055faac40d83dd80ee230eaf678e.zip
wingpanel-indicator-ayatana: unstable-2021-12-01 -> unstable-2021-12-18
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/desktops/pantheon/third-party/wingpanel-indicator-ayatana/default.nix9
-rw-r--r--pkgs/desktops/pantheon/third-party/wingpanel-indicator-ayatana/fix-indicator-dir.patch16
2 files changed, 3 insertions, 22 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 6acb1fe36f4..6e3fbf5777b 100644
--- a/pkgs/desktops/pantheon/third-party/wingpanel-indicator-ayatana/default.nix
+++ b/pkgs/desktops/pantheon/third-party/wingpanel-indicator-ayatana/default.nix
@@ -14,19 +14,16 @@
 
 stdenv.mkDerivation rec {
   pname = "wingpanel-indicator-ayatana";
-  version = "unstable-2021-12-01";
+  version = "unstable-2021-12-18";
 
   src = fetchFromGitHub {
     owner = "Lafydev";
     repo = pname;
-    rev = "53dc05919cdba772c787620a4bee5821e38c53cd";
-    sha256 = "sha256-T0OHzqENyeAr0pvXUaRMwF1RpwKVyDAF5P5G9S28COU=";
+    rev = "5749f753ca64ce58232a46b9045949b3f8219827";
+    sha256 = "sha256-kuEVw62IDTyC3hRRcWv2RihPOohGqEt8YLr44SurwPM=";
   };
 
   patches = [
-    # Fixes install path for wingpanel indicator
-    # https://github.com/Lafydev/wingpanel-indicator-ayatana/pull/30
-    ./fix-indicator-dir.patch
     # Tells the indicator the path for libapplication.so
     (substituteAll {
       src = ./fix-libapplication-dir.patch;
diff --git a/pkgs/desktops/pantheon/third-party/wingpanel-indicator-ayatana/fix-indicator-dir.patch b/pkgs/desktops/pantheon/third-party/wingpanel-indicator-ayatana/fix-indicator-dir.patch
deleted file mode 100644
index e6f71558e3e..00000000000
--- a/pkgs/desktops/pantheon/third-party/wingpanel-indicator-ayatana/fix-indicator-dir.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-diff --git a/meson.build b/meson.build
-index 4aeab2b..dc44e6c 100644
---- a/meson.build
-+++ b/meson.build
-@@ -25,8 +25,10 @@ dependencies = {
-     'wingpanel': wingpanel
- }
- 
-+libdir = join_paths(get_option('prefix'), get_option('libdir'))
-+
- indicator_name = 'ayatana'
--indicator_dir  = dependencies['wingpanel'].get_pkgconfig_variable('indicatorsdir')
-+indicator_dir  = dependencies['wingpanel'].get_pkgconfig_variable('indicatorsdir', define_variable: ['libdir', libdir])
- 
- # ----------------------------------------------------------------------------------------------------------------------
- # Bindings: