znc: enable parallel building

master
Ivan Kozik 2018-12-14 11:22:03 +00:00
parent 4a7dd032dc
commit 92a71f8d6c
1 changed files with 2 additions and 0 deletions

View File

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