mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-20 04:31:52 +00:00
Merge pull request #72003 from marsam/bash-completion-disable-check-darwin
bash-completion: fix build on darwin
This commit is contained in:
commit
1261ee0499
|
@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
|||
|
||||
nativeBuildInputs = [ autoreconfHook ];
|
||||
|
||||
doCheck = true;
|
||||
doCheck = !stdenv.isDarwin;
|
||||
checkInputs = [
|
||||
python3Packages.pexpect
|
||||
python3Packages.pytest
|
||||
|
|
Loading…
Reference in a new issue