znc: enable parallel building

+2
+2
pkgs/applications/networking/znc/default.nix
··· 39 ] ++ optional (!withIPv6) [ "--disable-ipv6" ] 40 ++ optional withDebug [ "--enable-debug" ]; 41 42 meta = with lib; { 43 description = "Advanced IRC bouncer"; 44 homepage = "https://wiki.znc.in/ZNC";
··· 39 ] ++ optional (!withIPv6) [ "--disable-ipv6" ] 40 ++ optional withDebug [ "--enable-debug" ]; 41 42 + enableParallelBuilding = true; 43 + 44 meta = with lib; { 45 description = "Advanced IRC bouncer"; 46 homepage = "https://wiki.znc.in/ZNC";