rustfinity: prepare for structuredAttrs by moving OPENSSL_NO_VENDOR into env

This commit is contained in:
Stefan Frijters
2025-12-30 22:53:35 +01:00
parent 3d11e977b0
commit b435c188f0
+1 -1
View File
@@ -20,7 +20,7 @@ rustPlatform.buildRustPackage rec {
nativeBuildInputs = lib.optionals stdenv.hostPlatform.isLinux [ pkg-config ];
buildInputs = lib.optionals stdenv.hostPlatform.isLinux [ openssl ];
OPENSSL_NO_VENDOR = 1;
env.OPENSSL_NO_VENDOR = 1;
# Requires network and fs access
checkFlags = [