uhttpd: move env variable into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-03-08 22:28:08 +01:00
parent 85132a06e0
commit 45e50a4737
+1 -1
View File
@@ -43,7 +43,7 @@ stdenv.mkDerivation (finalAttrs: {
"-DLUA_SUPPORT=on"
];
NIX_LDFLAGS = "-lcrypt";
env.NIX_LDFLAGS = "-lcrypt";
postInstall = ''
wrapProgram $out/bin/uhttpd \