mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 13:57:10 +03:00
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 New Issue
Block a user