plantuml: use graphviz instead of graphviz_2_32

Only versions 2.39 through 2.42 were advised against.
This commit is contained in:
Robert Schütz 2021-05-31 11:25:07 +02:00 committed by Rick van Schijndel
parent 93e119866d
commit e785e1b24b

View File

@ -7640,11 +7640,7 @@ in
pk2cmd = callPackage ../tools/misc/pk2cmd { };
plantuml = callPackage ../tools/misc/plantuml {
# Graphviz 2.39 and 2.40 are discouraged by the PlantUML project, see
# http://plantuml.com/faq (heading: "Which version of Graphviz should I use ?")
graphviz = graphviz_2_32;
};
plantuml = callPackage ../tools/misc/plantuml { };
plantuml-server = callPackage ../tools/misc/plantuml-server { };