rumdl: fix cargoTestFlags/cargoBuildFlags for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-01-28 12:22:39 +01:00
parent b3c8319044
commit a6183f3cd3
+2 -1
View File
@@ -32,7 +32,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
cargoTestFlags = [
# Prefer the "smoke" profile over "ci" to exclude flaky tests: https://github.com/rvben/rumdl/pull/341
"--profile smoke"
"--profile"
"smoke"
];
doInstallCheck = true;