haguichi: Drop obsolete meson_post_install.py script call and python3 package dependency
The `meson_post_install.py` script was dropped in version 1.5.0 in favor of the builtin Meson `gnome.post_install` module: https://mesonbuild.com/Gnome-module.html#gnomepost_install
This commit is contained in:
@@ -11,7 +11,6 @@
|
||||
meson,
|
||||
ninja,
|
||||
pkg-config,
|
||||
python3,
|
||||
vala,
|
||||
wrapGAppsHook4,
|
||||
}:
|
||||
@@ -27,17 +26,12 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
hash = "sha256-BKpHAlhxd8Zy/ZpPkLhXqlgZsil9JEZmVmHis1gte4Q=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
patchShebangs meson_post_install.py
|
||||
'';
|
||||
|
||||
strictDeps = true;
|
||||
|
||||
nativeBuildInputs = [
|
||||
meson
|
||||
ninja
|
||||
pkg-config
|
||||
python3
|
||||
vala
|
||||
wrapGAppsHook4
|
||||
desktop-file-utils # for update-desktop-database
|
||||
|
||||
Reference in New Issue
Block a user