prisma-engines: prepare for structuredAttrs by moving OPENSSL_NO_VENDOR into env

This commit is contained in:
Stefan Frijters
2025-12-30 22:53:34 +01:00
parent c3acb9eab5
commit 71a162a0e2
+1 -1
View File
@@ -24,7 +24,7 @@ rustPlatform.buildRustPackage rec {
cargoHash = "sha256-PgCfBcmK9RCA5BMacJ5oYEpo2DnBKx2xPbdLb79yCCY=";
# Use system openssl.
OPENSSL_NO_VENDOR = 1;
env.OPENSSL_NO_VENDOR = 1;
nativeBuildInputs = [ pkg-config ];