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
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

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