From bae65dc45f3b7418be21520a3cd9d50fbe3a1030 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Thu, 24 Jan 2019 08:26:50 +0100 Subject: gnu: texlive-latex-fancyvrb: Build fvrb-ex. * gnu/packages/tex.scm (texlive-latex-fancyvrb)[arguments]: Supply tex-format. --- gnu/packages/tex.scm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'gnu/packages/tex.scm') diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 7efd52d37d..a1caac0522 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -1402,9 +1402,7 @@ users, via its Plain TeX version.)") (build-system texlive-build-system) (arguments '(#:tex-directory "latex/fancyvrb" - ;; We exclude "fvrb-ex" to avoid a dependency on texlive-luaotfload and - ;; thus texlive-luatex-lualibs. - #:build-targets '("fancyvrb.ins"))) + #:tex-format "latex")) (home-page "https://www.ctan.org/pkg/fancyvrb") (synopsis "Sophisticated verbatim text") (description -- cgit v1.2.3