ripasso-cursive: fix tests

Needed since we store artifacts in `target/<arch>/<profile>`.
This commit is contained in:
Maximilian Bosch
2020-05-13 22:22:51 +02:00
parent 068beb2c07
commit 913dcddb68
2 changed files with 37 additions and 0 deletions
+2
View File
@@ -12,6 +12,8 @@ buildRustPackage rec {
sha256 = "164da20j727p8l7hh37j2r8pai9sj402nhswvg0nrlgj53nr6083";
};
patches = [ ./fix-tests.patch ];
cargoSha256 = "1wpn67v0xmxhn1dgzhh1pwz1yc3cizmfxhpb7qv9b27ynx4486ji";
cargoBuildFlags = [ "-p ripasso-cursive -p ripasso-man" ];