bash-completion: disable tests

Unfortunately, they're very flaky. Let's disable them for now.
This commit is contained in:
Florian Klink 2020-09-14 19:08:21 +02:00
parent 0a5be167a3
commit 3bfdbea881

View file

@ -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