bind: Enable parallel building
This commit is contained in:
parent
adcf1c7a90
commit
e74b5704a8
@ -111,6 +111,8 @@ stdenv.mkDerivation rec {
|
|||||||
"localstatedir=\${TMPDIR}"
|
"localstatedir=\${TMPDIR}"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.isc.org/software/bind";
|
homepage = "http://www.isc.org/software/bind";
|
||||||
description = "Domain name server";
|
description = "Domain name server";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user