forked from mirrors/nixpkgs
Merge pull request #56957 from teozkr/plantuml-graphviz-2.32
plantuml: downgrade graphviz to 2.32
This commit is contained in:
commit
e3e50a12cc
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue