From c09045c87ea3b46220a7bff3c4019dc37be7ecef Mon Sep 17 00:00:00 2001 From: Colin Date: Thu, 19 Dec 2024 09:39:52 +0000 Subject: [PATCH] overlays/cross: remove dead networkmanager-{iodine,fortisslvpn} patches (misuzu upstreamed them, yay) --- overlays/cross.nix | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/overlays/cross.nix b/overlays/cross.nix index 24a961479..23456eb36 100644 --- a/overlays/cross.nix +++ b/overlays/cross.nix @@ -607,23 +607,6 @@ in with final; { # 2024/05/31: upstreaming is unblocked by deps; but turns out to not be this simple # ncftp = addNativeInputs [ bintools ] prev.ncftp; - # fixes "gdbus-codegen: command not found" - # 2023/07/31: upstreaming is blocked on p11-kit, openfortivpn, qttranslations (qtbase) cross compilation - # networkmanager-fortisslvpn = mvToNativeInputs [ glib ] prev.networkmanager-fortisslvpn; - # networkmanager-iodine = prev.networkmanager-iodine.overrideAttrs (orig: { - # # fails to fix "configure.ac:58: error: possibly undefined macro: AM_GLIB_GNU_GETTEXT" - # nativeBuildInputs = orig.nativeBuildInputs ++ [ gettext ]; - # }); - # networkmanager-iodine = addNativeInputs [ gettext ] prev.networkmanager-iodine; - # networkmanager-iodine = prev.networkmanager-iodine.overrideAttrs (upstream: { - # # buildInputs = upstream.buildInputs ++ [ intltool gettext ]; - # # nativeBuildInputs = lib.remove intltool upstream.nativeBuildInputs; - # # nativeBuildInputs = upstream.nativeBuildInputs ++ [ gettext ]; - # postPatch = upstream.postPatch or "" + '' - # sed -i s/AM_GLIB_GNU_GETTEXT/AM_GNU_GETTEXT/ configure.ac - # ''; - # }); - # fixes "gdbus-codegen: command not found" # fixes "gtk4-builder-tool: command not found" # 2024/05/31: upstreaming is blocked on qtsvg