mdbook-linkcheck: prepare for structuredAttrs by moving OPENSSL_NO_VENDOR into env

This commit is contained in:
Stefan Frijters
2025-12-30 22:53:33 +01:00
parent 608f0c2eb2
commit b3c26e00a9
+1 -1
View File
@@ -26,7 +26,7 @@ rustPlatform.buildRustPackage rec {
nativeBuildInputs = lib.optionals (!stdenv.hostPlatform.isDarwin) [ pkg-config ];
OPENSSL_NO_VENDOR = 1;
env.OPENSSL_NO_VENDOR = 1;
doCheck = false; # tries to access network to test broken web link functionality