prisma-engines: prepare for structuredAttrs by moving OPENSSL_NO_VENDOR into env
This commit is contained in:
@@ -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 ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user