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