mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 02:37:38 +00:00
bash-completion: fix build on darwin
Disable tests on Darwin because is failing consistently.
This commit is contained in:
parent
112436afc3
commit
bef1709e90
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook ];
|
||||
|
||||
doCheck = true;
|
||||
doCheck = !stdenv.isDarwin;
|
||||
checkInputs = [
|
||||
python3Packages.pexpect
|
||||
python3Packages.pytest
|
||||
|
Loading…
Reference in New Issue
Block a user