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
commit b04b5af7be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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