libsoup: move env variable(s) into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-02-11 10:45:02 +01:00
parent 28728def58
commit 4d81904e18
+1 -1
View File
@@ -85,7 +85,7 @@ stdenv.mkDerivation rec {
];
# TODO: For some reason the pkg-config setup hook does not pick this up.
PKG_CONFIG_PATH = "${libnghttp2.dev}/lib/pkgconfig";
env.PKG_CONFIG_PATH = "${libnghttp2.dev}/lib/pkgconfig";
# HSTS tests fail.
doCheck = false;