git-quickfix: disable checks

The tests require a Git repository in cwd which is never going to be true for Nix
main
Harsh Shandilya 2 years ago
parent 5d949c95c2
commit 1d7b440340
No known key found for this signature in database
GPG Key ID: 366D7BBAD1031E80
  1. 2
      pkgs/applications/version-management/git-and-tools/git-quickfix/default.nix

@ -19,6 +19,8 @@ rustPlatform.buildRustPackage rec {
sha256 = "sha256-IAjet/bDG/Hf/whS+yrEQSquj8s5DEmFis+5ysLLuxs=";
};
doCheck = false;
nativeBuildInputs = [ pkg-config ];
buildInputs = [ openssl ] ++ lib.optionals stdenv.isDarwin [
Security

Loading…
Cancel
Save