forked from mirrors/nixpkgs
graphviz: enable parallel building
it's autotools so it should be safe
This commit is contained in:
parent
5c6ed7b233
commit
f6f4f1ab4a
|
@ -79,6 +79,8 @@ stdenv.mkDerivation {
|
|||
--replace /usr/bin/vimdot $out/bin/vimdot \
|
||||
'';
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = "https://graphviz.org";
|
||||
description = "Graph visualization tools";
|
||||
|
|
Loading…
Reference in a new issue