Merge pull request #72003 from marsam/bash-completion-disable-check-darwin

bash-completion: fix build on darwin
This commit is contained in:
Mario Rodas 2019-10-26 09:24:23 -05:00 committed by GitHub
commit 1261ee0499
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ autoreconfHook ];
doCheck = true;
doCheck = !stdenv.isDarwin;
checkInputs = [
python3Packages.pexpect
python3Packages.pytest