Loading pkgs/by-name/sa/sandhole/package.nix +5 −2 Original line number Diff line number Diff line Loading @@ -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 = [ Loading Loading
pkgs/by-name/sa/sandhole/package.nix +5 −2 Original line number Diff line number Diff line Loading @@ -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 = [ Loading