3
0
Fork 0
forked from mirrors/nixpkgs

pdns-recursor: enable parallel building

This commit is contained in:
Orivej Desh 2017-11-05 17:16:36 +00:00
parent f9031957ed
commit c1a6665549

View file

@ -29,6 +29,8 @@ stdenv.mkDerivation rec {
"--with-systemd"
];
enableParallelBuilding = true;
meta = {
description = "A recursive DNS server";
homepage = http://www.powerdns.com/;