chunksync: move NIX_LDFLAGS into env for structuredAttrs
This commit is contained in:
@@ -20,7 +20,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
perl
|
||||
];
|
||||
|
||||
NIX_LDFLAGS = "-lgcc_s";
|
||||
env.NIX_LDFLAGS = "-lgcc_s";
|
||||
|
||||
makeFlags = [
|
||||
"DESTDIR=$(out)"
|
||||
|
||||
Reference in New Issue
Block a user