1
0
Fork 1
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:
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

View file

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