openvpn3: move NIX_LDFLAGS into env for structuredAttrs (#483077)

This commit is contained in:
Jörg Thalheim
2026-01-24 06:53:27 +00:00
committed by GitHub
+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 { };