Revert "inetutils: fix build on x86_64-darwin"

Should no longer be necessary, per the comment.

This reverts commit 2feff8a9bf.
This commit is contained in:
Emily
2025-01-05 04:19:35 +00:00
parent b01bac1aba
commit 31b249af51
-6
View File
@@ -39,12 +39,6 @@ stdenv.mkDerivation rec {
libxcrypt
];
env = lib.optionalAttrs stdenv.hostPlatform.isDarwin {
# This is a temporary workaround for missing headers in the 10.12 SDK to avoid a mass rebuild.
# A commit to revert this change will be included in the fix PR targeting staging.
NIX_CFLAGS_COMPILE = "-Wno-error=implicit-function-declaration";
};
# Don't use help2man if cross-compiling
# https://lists.gnu.org/archive/html/bug-sed/2017-01/msg00001.html
# https://git.congatec.com/yocto/meta-openembedded/blob/3402bfac6b595c622e4590a8ff5eaaa854e2a2a3/meta-networking/recipes-connectivity/inetutils/inetutils_1.9.1.bb#L44