ppp: move NIX_LDFLAGS into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-02-01 23:23:30 +01:00
parent 78c3ec699b
commit 148b955ded
+1 -1
View File
@@ -73,7 +73,7 @@ stdenv.mkDerivation (finalAttrs: {
"CC=${stdenv.cc.targetPrefix}cc"
];
NIX_LDFLAGS = "-lcrypt";
env.NIX_LDFLAGS = "-lcrypt";
installFlags = [
"sysconfdir=$(out)/etc"