add missing LaTeX dependency to build PDF manual

pull/16/head
Sebastien Bourdeauducq 2019-04-12 17:56:01 +08:00
parent 369f5e3b70
commit db0f607b4c
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ let
inherit (texlive) inherit (texlive)
scheme-basic latexmk cmap collection-fontsrecommended fncychap scheme-basic latexmk cmap collection-fontsrecommended fncychap
titlesec tabulary varwidth framed fancyvrb float wrapfig parskip titlesec tabulary varwidth framed fancyvrb float wrapfig parskip
upquote capt-of needspace; upquote capt-of needspace etoolbox;
}; };
artiq-manual = target: stdenv.mkDerivation rec { artiq-manual = target: stdenv.mkDerivation rec {