znc: enable parallel building

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