1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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; {