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:
parent
a2736d27d1
commit
b524025e10
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user