powerdns: enableParallelBuilding = true;

The build just took quite a long time otherwise.
This commit is contained in:
Vladimír Čunát
2019-07-13 11:34:17 +02:00
parent 3ac74e8a29
commit 263b5244ef

View File

@@ -35,6 +35,7 @@ stdenv.mkDerivation rec {
)
'';
enableParallelBuilding = true;
doCheck = true;
meta = with stdenv.lib; {