pdns-recursor: enable parallel building
This commit is contained in:
parent
f9031957ed
commit
c1a6665549
@ -29,6 +29,8 @@ stdenv.mkDerivation rec {
|
|||||||
"--with-systemd"
|
"--with-systemd"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A recursive DNS server";
|
description = "A recursive DNS server";
|
||||||
homepage = http://www.powerdns.com/;
|
homepage = http://www.powerdns.com/;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user