openvpn3: move NIX_LDFLAGS into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-01-23 14:40:39 +01:00
parent 26d344c778
commit 1e1eedca07
+1 -1
View File
@@ -119,7 +119,7 @@ stdenv.mkDerivation rec {
wrapPythonProgramsIn "$out/libexec/openvpn3-linux" "$out ${pythonPath}"
'';
NIX_LDFLAGS = "-lpthread";
env.NIX_LDFLAGS = "-lpthread";
passthru.updateScript = nix-update-script { };