pantheon.appcenter: 7.3.0 -> 7.4.0

https://github.com/elementary/appcenter/compare/7.3.0...7.4.0
This commit is contained in:
Bobby Rong 2023-09-19 13:05:01 +00:00
parent ace5093e36
commit cb5ce1520a
No known key found for this signature in database

View file

@ -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 { };
};