From 1c8034da05499ca3d999f57ba1f6b235e7711ee1 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Fri, 13 Aug 2021 19:19:54 +0000 Subject: shells/linux: add deps for building perf docs --- shells/linux.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/shells/linux.nix b/shells/linux.nix index eaf2e7ecb2ca..0ea7e4f85c85 100644 --- a/shells/linux.nix +++ b/shells/linux.nix @@ -13,7 +13,8 @@ with pkgs; gmp libmpc mpfr # For documentation - graphviz imagemagick python3Packages.sphinx python3Packages.sphinx_rtd_theme - texlive.combined.scheme-minimal + asciidoc docbook-xsl-nons docbook_xml_dtd_45 graphviz imagemagick + python3Packages.sphinx python3Packages.sphinx_rtd_theme sourceHighlight + texlive.combined.scheme-minimal xmlto ]; }) -- cgit 1.4.1