znc: enable parallel building
This commit is contained in:
parent
4a7dd032dc
commit
92a71f8d6c
1 changed files with 2 additions and 0 deletions
|
@ -39,6 +39,8 @@ stdenv.mkDerivation rec {
|
|||
] ++ optional (!withIPv6) [ "--disable-ipv6" ]
|
||||
++ optional withDebug [ "--enable-debug" ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = with lib; {
|
||||
description = "Advanced IRC bouncer";
|
||||
homepage = "https://wiki.znc.in/ZNC";
|
||||
|
|
Loading…
Reference in a new issue