about summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2023-08-29 23:32:56 +0800
committerGitHub <noreply@github.com>2023-08-29 23:32:56 +0800
commit730b34882ab81bac91197bcbbaf570364cfef5c8 (patch)
tree2deca3bf237a43ef084dece2283acfa6f3676a10 /pkgs/desktops
parentead8e2dbfea8d6478773c50423d0582586601efc (diff)
parentcff9c7a2a01234a1a66860ecde0025b363caf84a (diff)
Merge pull request #252109 from bobby285271/upd/pantheon
pantheon.wingpanel: 3.0.3 -> 3.0.4
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/pantheon/desktop/wingpanel/default.nix11
1 files changed, 2 insertions, 9 deletions
diff --git a/pkgs/desktops/pantheon/desktop/wingpanel/default.nix b/pkgs/desktops/pantheon/desktop/wingpanel/default.nix
index 8342e26807475..660941d2b478d 100644
--- a/pkgs/desktops/pantheon/desktop/wingpanel/default.nix
+++ b/pkgs/desktops/pantheon/desktop/wingpanel/default.nix
@@ -15,20 +15,19 @@
 , mutter
 , mesa
 , json-glib
-, python3
 , elementary-gtk-theme
 , elementary-icon-theme
 }:
 
 stdenv.mkDerivation rec {
   pname = "wingpanel";
-  version = "3.0.3";
+  version = "3.0.4";
 
   src = fetchFromGitHub {
     owner = "elementary";
     repo = pname;
     rev = version;
-    sha256 = "sha256-dShC6SXjOJmiLI6TUEZsthv5scnm9Jzum+sG/NkWAyM=";
+    sha256 = "sha256-WU2TSMuR+RRleR6ZbIXymG31l2f8XLINPkh5X9rUDcY=";
   };
 
   patches = [
@@ -40,7 +39,6 @@ stdenv.mkDerivation rec {
     meson
     ninja
     pkg-config
-    python3
     vala
     wrapGAppsHook
   ];
@@ -56,11 +54,6 @@ stdenv.mkDerivation rec {
     mesa # for libEGL
   ];
 
-  postPatch = ''
-    chmod +x meson/post_install.py
-    patchShebangs meson/post_install.py
-  '';
-
   preFixup = ''
     gappsWrapperArgs+=(
       # this GTK theme is required