bash-completion: disable tests
Unfortunately, they're very flaky. Let's disable them for now.
This commit is contained in:
parent
0a5be167a3
commit
3bfdbea881
@ -20,7 +20,9 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ autoreconfHook ];
|
nativeBuildInputs = [ autoreconfHook ];
|
||||||
|
|
||||||
doCheck = !stdenv.isDarwin;
|
# tests are super flaky unfortunately, and regularily break.
|
||||||
|
# let's disable them for now.
|
||||||
|
doCheck = false;
|
||||||
checkInputs = [
|
checkInputs = [
|
||||||
# perl is assumed by perldoc completion
|
# perl is assumed by perldoc completion
|
||||||
perl
|
perl
|
||||||
|
Loading…
Reference in New Issue
Block a user