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
commit fd0af50abd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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