From 6637f1cac641bb21076afeb511172c9597c4d9f5 Mon Sep 17 00:00:00 2001 From: Konrad Borowski Date: Tue, 18 Feb 2020 11:46:50 +0100 Subject: cargo-geiger: fix build with rust 1.41 --- pkgs/development/tools/rust/cargo-geiger/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'pkgs/development/tools/rust/cargo-geiger') diff --git a/pkgs/development/tools/rust/cargo-geiger/default.nix b/pkgs/development/tools/rust/cargo-geiger/default.nix index 59e4402627cf3..b6f3bb7af0002 100644 --- a/pkgs/development/tools/rust/cargo-geiger/default.nix +++ b/pkgs/development/tools/rust/cargo-geiger/default.nix @@ -26,6 +26,12 @@ rustPlatform.buildRustPackage rec { # we might be able to run these with something like # `cargo insta review` in the `preCheck` phase. checkPhase = '' + cd cargo-geiger/tests/snapshots + for file in * + do + mv $file r#$file + done + cd - cargo test -- \ --skip test_package::case_2 \ --skip test_package::case_3 \ -- cgit 1.4.1