todiff: use checkFeatures

main
figsoda 3 years ago
parent ebe494df9d
commit 2d358196f0
  1. 2
      pkgs/applications/misc/todiff/default.nix

@ -13,7 +13,7 @@ rustPlatform.buildRustPackage rec {
cargoSha256 = "0vrn1vc3rwabv6l2r1qb7mkcxbp75q79bfl3rxhyi51ra3ij507r";
checkPhase = "cargo test --features=integration_tests";
checkFeatures = [ "integration_tests" ];
meta = with lib; {
description = "Human-readable diff for todo.txt files";

Loading…
Cancel
Save