scryer-prolog: move CARGO_* env vars into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-02-17 13:45:57 +01:00
parent 3ae21946e5
commit ce1cdecdce
+1 -1
View File
@@ -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";