From b23262b367167e9a8cfdcd900cd296f83069b710 Mon Sep 17 00:00:00 2001 From: Colin Date: Fri, 14 Apr 2023 10:51:22 +0000 Subject: [PATCH] cross: remove libtiger patch (no longer necessary?) --- hosts/common/cross/default.nix | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/hosts/common/cross/default.nix b/hosts/common/cross/default.nix index 9fb1287a..9d99ee34 100644 --- a/hosts/common/cross/default.nix +++ b/hosts/common/cross/default.nix @@ -1034,20 +1034,6 @@ in }); }); - # libtiger = prev.libtiger.override { - # # fails to fix: "src/tiger_internal.h:24:10: fatal error: pango/pango.h: No such file or directory" - # inherit (emulated) stdenv; - # }; - # libtiger = prev.libtiger.overrideAttrs (orig: { - # # fails to fix: "src/tiger_internal.h:24:10: fatal error: pango/pango.h: No such file or directory" - # nativeBuildInputs = orig.nativeBuildInputs ++ [ next.libkate next.cairo next.pango ]; - # }); - libtiger = prev.libtiger.overrideAttrs (_upstream: { - # libtiger seems to expect PKG_CONFIG to be an absolute path? not sure, but without this it claims it can't find pkg-config. - HAVE_PKG_CONFIG = "yes"; - }); - - # fixes: "ar: command not found" # `ar` is provided by bintools ncftp = addNativeInputs [ next.bintools ] prev.ncftp;