Commit 08f11569 authored by Eric Rodrigues Pires's avatar Eric Rodrigues Pires
Browse files

sandhole: move cmake to nativeBuildInputs

parent 9787d98b
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 = [