From b7006db193f68c8b0a43c5de344d366d574f5e4b Mon Sep 17 00:00:00 2001 From: Stephen Brandt Date: Sun, 7 Jun 2026 15:21:27 +0200 Subject: [PATCH] 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 --- pkgs/by-name/ha/haguichi/package.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pkgs/by-name/ha/haguichi/package.nix b/pkgs/by-name/ha/haguichi/package.nix index d8e49b9d1453..8b12b5f86afb 100644 --- a/pkgs/by-name/ha/haguichi/package.nix +++ b/pkgs/by-name/ha/haguichi/package.nix @@ -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