Skip to content

Commit

Permalink
Merge pull request #72003 from marsam/bash-completion-disable-check-d…
Browse files Browse the repository at this point in the history
…arwin

bash-completion: fix build on darwin
  • Loading branch information
marsam committed Oct 26, 2019
2 parents a8fccf2 + bef1709 commit 1261ee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/shells/bash/bash-completion/default.nix
Expand Up @@ -17,7 +17,7 @@ stdenv.mkDerivation rec {

nativeBuildInputs = [ autoreconfHook ];

doCheck = true;
doCheck = !stdenv.isDarwin;
checkInputs = [
python3Packages.pexpect
python3Packages.pytest
Expand Down

0 comments on commit 1261ee0

Please sign in to comment.