mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-07 14:00:59 +03:00
znc: enable parallel building
This commit is contained in:
parent
4a7dd032dc
commit
92a71f8d6c
@ -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