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:
Stephen Brandt
2026-06-07 16:27:09 +02:00
parent a5354f55e8
commit b7006db193
-6
View File
@@ -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