bash-completion: disable tests

Unfortunately, they're very flaky. Let's disable them for now.
wip/yesman
Florian Klink 4 years ago
parent 0a5be167a3
commit 3bfdbea881
  1. 4
      pkgs/shells/bash/bash-completion/default.nix

@ -20,7 +20,9 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ autoreconfHook ];
doCheck = !stdenv.isDarwin;
# tests are super flaky unfortunately, and regularily break.
# let's disable them for now.
doCheck = false;
checkInputs = [
# perl is assumed by perldoc completion
perl

Loading…
Cancel
Save