plantuml: downgrade graphviz to 2.32

PlantUML discourages Graphviz 2.39+ due to rendering bugs: see
http://plantuml.com/faq (heading: "Which version of Graphviz should I use ?")
This commit is contained in:
Teo Klestrup Röijezon 2019-03-06 14:23:44 +01:00
parent a2736d27d1
commit b524025e10

View file

@ -4909,7 +4909,11 @@ in
pk2cmd = callPackage ../tools/misc/pk2cmd { };
plantuml = callPackage ../tools/misc/plantuml { };
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;
};
plan9port = callPackage ../tools/system/plan9port { };