mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 07:46:09 +01:00
vala: enable parallel building
This commit is contained in:
parent
b053afde9a
commit
994a20f5d4
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,8 @@ let
|
|||
] ++ lib.optional (atLeast "0.38") graphviz
|
||||
++ extraBuildInputs;
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
doCheck = false; # fails, requires dbus daemon
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
|
Loading…
Reference in a new issue