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:
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
|
||||
|
Loading…
Reference in New Issue
Block a user