Unverified Commit 649fe6bf authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

sandhole: move cmake to nativeBuildInputs (#480666)

parents 2729420e 08f11569
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -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 = [