mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
Merge pull request #117963 from ivan/znc-parallel-building
znc: enable parallel building
This commit is contained in:
commit
fd0af50abd
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user