gst_all_1.gst-plugins-bad: only set NIX_CLAGS_LINK on darwin

This commit is contained in:
Martin Weinelt
2026-07-08 08:22:17 +02:00
parent e8042ddc43
commit 3aa415b2f4
@@ -415,7 +415,7 @@ stdenv.mkDerivation (finalAttrs: {
hardeningDisable = [ "format" ];
# TODO: Clean up on `staging`.
env.NIX_CFLAGS_LINK = "-fuse-ld=lld";
env.NIX_CFLAGS_LINK = lib.optionalString stdenv.hostPlatform.isDarwin "-fuse-ld=lld";
doCheck = false; # fails 20 out of 58 tests, expensive