3
0
Fork 0
forked from mirrors/nixpkgs

graphviz: enable parallel building

it's autotools so it should be safe
This commit is contained in:
Jörg Thalheim 2020-12-08 10:33:35 +01:00 committed by Frederik Rietdijk
parent 5c6ed7b233
commit f6f4f1ab4a

View file

@ -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";