git-quickfix: disable checks

The tests require a Git repository in cwd which is never going to be true for Nix
This commit is contained in:
Harsh Shandilya
2022-06-22 13:50:39 +05:30
parent 5d949c95c2
commit 1d7b440340
@@ -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