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 \
|
--replace /usr/bin/vimdot $out/bin/vimdot \
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = "https://graphviz.org";
|
homepage = "https://graphviz.org";
|
||||||
description = "Graph visualization tools";
|
description = "Graph visualization tools";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user