summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2019-01-24 08:26:50 +0100
committerRicardo Wurmus <rekado@elephly.net>2019-01-24 13:46:39 +0100
commitbae65dc45f3b7418be21520a3cd9d50fbe3a1030 (patch)
tree4a3117fd82a84c4ab77381e4b43fbc7c511370d7 /gnu
parent26a0506104fe96a2a7ee5066a0108eaa975339ec (diff)
downloadpatches-bae65dc45f3b7418be21520a3cd9d50fbe3a1030.tar
patches-bae65dc45f3b7418be21520a3cd9d50fbe3a1030.tar.gz
gnu: texlive-latex-fancyvrb: Build fvrb-ex.
* gnu/packages/tex.scm (texlive-latex-fancyvrb)[arguments]: Supply tex-format.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/tex.scm4
1 files changed, 1 insertions, 3 deletions
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