3
0
Fork 0
forked from mirrors/nixpkgs

pantheon.elementary-onboarding: 7.1.0 -> 7.2.0

https://github.com/elementary/onboarding/releases/tag/7.2.0
This commit is contained in:
Bobby Rong 2023-08-11 18:23:51 +08:00
parent ec07684718
commit 82ac97f610
No known key found for this signature in database

View file

@ -5,7 +5,6 @@
, meson
, ninja
, pkg-config
, python3
, vala
, wrapGAppsHook4
, appcenter
@ -19,20 +18,19 @@
stdenv.mkDerivation rec {
pname = "elementary-onboarding";
version = "7.1.0";
version = "7.2.0";
src = fetchFromGitHub {
owner = "elementary";
repo = "onboarding";
rev = version;
sha256 = "sha256-OWALEcVOOh7wjEEvysd+MQhB/iK3105XCIVp5pklMwY=";
sha256 = "sha256-5vEKQUGg5KQSheM6tSK8uieEfCqlY6pABfPb/333FHU=";
};
nativeBuildInputs = [
meson
ninja
pkg-config
python3
vala
wrapGAppsHook4
];
@ -47,11 +45,6 @@ stdenv.mkDerivation rec {
libgee
];
postPatch = ''
chmod +x meson/post_install.py
patchShebangs meson/post_install.py
'';
passthru = {
updateScript = nix-update-script { };
};