Merge pull request #99709 from NixOS/staging-next

Staging next
This commit is contained in:
Frederik Rietdijk
2020-10-14 21:10:31 +02:00
committed by GitHub
152 changed files with 1737 additions and 1623 deletions

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