Merge pull request #159019 from collares/enableParallelBuild

ngadmin: fix typo (enableParallelBuild)
This commit is contained in:
Ivv
2022-02-11 01:23:49 +01:00
committed by GitHub
@@ -18,7 +18,7 @@ stdenv.mkDerivation {
nativeBuildInputs =
[ autoreconfHook ]
++ lib.optional withReadline readline;
enableParallelBuild = true;
enableParallelBuilding = true;
configureFlags = with lib;
optional (!withReadline) "--without-readline"
++ optional enableEmu "--enable-emu"