syslogng: enable parallel building
This commit is contained in:
parent
3083cf6326
commit
a46a45a065
|
@ -56,6 +56,8 @@ stdenv.mkDerivation rec {
|
|||
|
||||
outputs = [ "out" "man" ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://www.balabit.com/network-security/syslog-ng/;
|
||||
description = "Next-generation syslogd with advanced networking and filtering capabilities";
|
||||
|
|
Loading…
Reference in New Issue