libsoup: move env variable(s) into env for structuredAttrs
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user