mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
nixos/plantuml-server: use graphviz instead of graphviz_2_32
The plantuml package made this change as well
e785e1b24b
This commit is contained in:
parent
536d114230
commit
5d5a5fce90
@ -58,8 +58,8 @@ in
|
||||
|
||||
graphvizPackage = mkOption {
|
||||
type = types.package;
|
||||
default = pkgs.graphviz_2_32;
|
||||
defaultText = literalExpression "pkgs.graphviz_2_32";
|
||||
default = pkgs.graphviz;
|
||||
defaultText = literalExpression "pkgs.graphviz";
|
||||
description = "Package containing the dot executable.";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user