ngadmin: fix typo (enableParallelBuild)
This commit is contained in:
parent
98bb5b77c8
commit
c35e8a40b1
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user