Merge pull request #56957 from teozkr/plantuml-graphviz-2.32

plantuml: downgrade graphviz to 2.32
This commit is contained in:
Silvan Mosberger 2019-03-08 18:37:33 +01:00 committed by GitHub
commit e3e50a12cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4915,7 +4915,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 { };