scryer-prolog: move CARGO_* env vars into env for structuredAttrs
This commit is contained in:
@@ -23,7 +23,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||
|
||||
buildInputs = [ openssl ];
|
||||
|
||||
CARGO_FEATURE_USE_SYSTEM_LIBS = true;
|
||||
env.CARGO_FEATURE_USE_SYSTEM_LIBS = true;
|
||||
|
||||
meta = {
|
||||
description = "Modern Prolog implementation written mostly in Rust";
|
||||
|
||||
Reference in New Issue
Block a user