elan: prepare for structuredAttrs by moving OPENSSL_NO_VENDOR into env

This commit is contained in:
Stefan Frijters
2025-12-30 22:53:30 +01:00
parent d00a826f4e
commit 7576daf2e2
+1 -1
View File
@@ -32,7 +32,7 @@ rustPlatform.buildRustPackage rec {
makeWrapper
];
OPENSSL_NO_VENDOR = 1;
env.OPENSSL_NO_VENDOR = 1;
buildInputs = [
curl
zlib