mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 15:11:35 +00:00
powerdns: enableParallelBuilding = true;
The build just took quite a long time otherwise.
This commit is contained in:
parent
3ac74e8a29
commit
263b5244ef
|
@ -35,6 +35,7 @@ stdenv.mkDerivation rec {
|
|||
)
|
||||
'';
|
||||
|
||||
enableParallelBuilding = true;
|
||||
doCheck = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
|
Loading…
Reference in a new issue