Merge pull request #117963 from ivan/znc-parallel-building

znc: enable parallel building
This commit is contained in:
Martin Weinelt
2021-03-30 00:15:48 +02:00
committed by GitHub

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