From db0f607b4c4c224dc3b64dbb979fb67bf4053270 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Fri, 12 Apr 2019 17:56:01 +0800 Subject: [PATCH] add missing LaTeX dependency to build PDF manual --- artiq/pkgs/artiq-manual.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq/pkgs/artiq-manual.nix b/artiq/pkgs/artiq-manual.nix index 122f68f..0fa590d 100644 --- a/artiq/pkgs/artiq-manual.nix +++ b/artiq/pkgs/artiq-manual.nix @@ -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 {