wrangler_1: prepare for structuredAttrs by moving OPENSSL_NO_VENDOR into env

This commit is contained in:
Stefan Frijters
2025-12-30 22:53:37 +01:00
parent 77c62b6d96
commit e7cdf73a99
+1 -1
View File
@@ -32,7 +32,7 @@ rustPlatform.buildRustPackage rec {
libiconv
];
OPENSSL_NO_VENDOR = 1;
env.OPENSSL_NO_VENDOR = 1;
# tries to use "/homeless-shelter" and fails
doCheck = false;