krill: prepare for structuredAttrs by moving OPENSSL_NO_VENDOR into env

This commit is contained in:
Stefan Frijters
2025-12-30 22:53:32 +01:00
parent 02fdc229f9
commit afd498bba7
+1 -1
View File
@@ -24,7 +24,7 @@ rustPlatform.buildRustPackage rec {
nativeBuildInputs = [ pkg-config ];
# Needed to get openssl-sys to use pkgconfig.
OPENSSL_NO_VENDOR = 1;
env.OPENSSL_NO_VENDOR = 1;
# disable failing tests on darwin
doCheck = !stdenv.hostPlatform.isDarwin;