chunksync: move NIX_LDFLAGS into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-02-01 22:26:23 +01:00
parent 2c629505aa
commit b2b391c6ac
+1 -1
View File
@@ -20,7 +20,7 @@ stdenv.mkDerivation (finalAttrs: {
perl
];
NIX_LDFLAGS = "-lgcc_s";
env.NIX_LDFLAGS = "-lgcc_s";
makeFlags = [
"DESTDIR=$(out)"