Skip to content

Commit

Permalink
Graphviz missing from doc-env
Browse files Browse the repository at this point in the history
Sometimes plantuml needs graphviz
  • Loading branch information
daniel-noland committed Nov 9, 2024
1 parent d6a0d81 commit ea1724c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -238,18 +238,18 @@
cargo-nextest
]);

docEnvPackageList = (with toolchainPkgs; [
docEnvPackageList = [tmpdir] ++ (with toolchainPkgs; [
(callPackage ./nix/mdbook-alerts {})
(callPackage ./nix/plantuml-wrapper {})
bash
coreutils
graphviz # needed for mdbook-plantuml to work (runtime exe dep)
mdbook
mdbook-katex
mdbook-mermaid
mdbook-plantuml
openjdk # needed for mdbook-plantuml to work (runtime exe dep)
plantuml # needed for mdbook-plantuml to work (runtime exe dep)
tmpdir
]);

devEnvPackageList = compileEnvPackageList ++ docEnvPackageList ++ [ tmpdir usr shell-fixup ]
Expand Down

0 comments on commit ea1724c

Please sign in to comment.