cnsprcy: fix for structuredAttrs

This commit is contained in:
Stefan Frijters
2025-12-19 13:36:58 +01:00
parent 6d635aa6b4
commit 894d2393ec

View File

@@ -22,7 +22,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
passthru.updateScript = ./update.sh;
RUSTC_BOOTSTRAP = true;
env.RUSTC_BOOTSTRAP = true;
buildInputs = [ sqlite ];
meta = {