summary refs log tree commit diff
path: root/pkgs/desktops/pantheon/apps/appcenter/default.nix
diff options
context:
space:
mode:
authorBobby Rong <rjl931189261@126.com>2023-09-19 13:05:01 +0000
committerBobby Rong <rjl931189261@126.com>2023-09-19 21:05:44 +0800
commitcb5ce1520a4df91ee5d4e85178c6cbff7171212b (patch)
tree65187461af80a3ba8023c1d0721f68664403c7a1 /pkgs/desktops/pantheon/apps/appcenter/default.nix
parentace5093e36ab1e95cb9463863491bee90d5a4183 (diff)
downloadnixpkgs-cb5ce1520a4df91ee5d4e85178c6cbff7171212b.tar
nixpkgs-cb5ce1520a4df91ee5d4e85178c6cbff7171212b.tar.gz
nixpkgs-cb5ce1520a4df91ee5d4e85178c6cbff7171212b.tar.bz2
nixpkgs-cb5ce1520a4df91ee5d4e85178c6cbff7171212b.tar.lz
nixpkgs-cb5ce1520a4df91ee5d4e85178c6cbff7171212b.tar.xz
nixpkgs-cb5ce1520a4df91ee5d4e85178c6cbff7171212b.tar.zst
nixpkgs-cb5ce1520a4df91ee5d4e85178c6cbff7171212b.zip
pantheon.appcenter: 7.3.0 -> 7.4.0
https://github.com/elementary/appcenter/compare/7.3.0...7.4.0
Diffstat (limited to 'pkgs/desktops/pantheon/apps/appcenter/default.nix')
-rw-r--r--pkgs/desktops/pantheon/apps/appcenter/default.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/pkgs/desktops/pantheon/apps/appcenter/default.nix b/pkgs/desktops/pantheon/apps/appcenter/default.nix
index e2746048575..b80f6688a7d 100644
--- a/pkgs/desktops/pantheon/apps/appcenter/default.nix
+++ b/pkgs/desktops/pantheon/apps/appcenter/default.nix
@@ -16,7 +16,6 @@
 , meson
 , ninja
 , pkg-config
-, python3
 , vala
 , polkit
 , wrapGAppsHook
@@ -38,7 +37,6 @@ stdenv.mkDerivation rec {
     meson
     ninja
     pkg-config
-    python3
     vala
     wrapGAppsHook
   ];
@@ -65,11 +63,6 @@ stdenv.mkDerivation rec {
     "-Dcurated=false"
   ];
 
-  postPatch = ''
-    chmod +x meson/post_install.py
-    patchShebangs meson/post_install.py
-  '';
-
   passthru = {
     updateScript = nix-update-script { };
   };