mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
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:
parent
ace5093e36
commit
cb5ce1520a
1 changed files with 0 additions and 7 deletions
|
@ -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 { };
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue