sandhole: move cmake to nativeBuildInputs (#480666)

This commit is contained in:
nixpkgs-ci[bot]
2026-01-17 10:53:00 +00:00
committed by GitHub
+5 -2
View File
@@ -24,8 +24,11 @@ rustPlatform.buildRustPackage (finalAttrs: {
echo "fn main() {}" > tests/integration/main.rs
'';
buildInputs = [ cmake ];
nativeBuildInputs = [ perl ];
nativeBuildInputs = [
cmake
perl
];
strictDeps = true;
useNextest = true;
checkFlags = [