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
|
, meson
|
||||||
, ninja
|
, ninja
|
||||||
, pkg-config
|
, pkg-config
|
||||||
, python3
|
|
||||||
, vala
|
, vala
|
||||||
, polkit
|
, polkit
|
||||||
, wrapGAppsHook
|
, wrapGAppsHook
|
||||||
|
@ -38,7 +37,6 @@ stdenv.mkDerivation rec {
|
||||||
meson
|
meson
|
||||||
ninja
|
ninja
|
||||||
pkg-config
|
pkg-config
|
||||||
python3
|
|
||||||
vala
|
vala
|
||||||
wrapGAppsHook
|
wrapGAppsHook
|
||||||
];
|
];
|
||||||
|
@ -65,11 +63,6 @@ stdenv.mkDerivation rec {
|
||||||
"-Dcurated=false"
|
"-Dcurated=false"
|
||||||
];
|
];
|
||||||
|
|
||||||
postPatch = ''
|
|
||||||
chmod +x meson/post_install.py
|
|
||||||
patchShebangs meson/post_install.py
|
|
||||||
'';
|
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
updateScript = nix-update-script { };
|
updateScript = nix-update-script { };
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue