forked from M-Labs/nix-scripts
add missing LaTeX dependency to build PDF manual
This commit is contained in:
parent
369f5e3b70
commit
db0f607b4c
|
@ -9,7 +9,7 @@ let
|
|||
inherit (texlive)
|
||||
scheme-basic latexmk cmap collection-fontsrecommended fncychap
|
||||
titlesec tabulary varwidth framed fancyvrb float wrapfig parskip
|
||||
upquote capt-of needspace;
|
||||
upquote capt-of needspace etoolbox;
|
||||
};
|
||||
|
||||
artiq-manual = target: stdenv.mkDerivation rec {
|
||||
|
|
Loading…
Reference in New Issue