guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/08: gnu: texlive-latex-fancyvrb: Build fvrb-ex.


From: guix-commits
Subject: 04/08: gnu: texlive-latex-fancyvrb: Build fvrb-ex.
Date: Thu, 24 Jan 2019 07:46:53 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit bae65dc45f3b7418be21520a3cd9d50fbe3a1030
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Jan 24 08:26:50 2019 +0100

    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(-)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 7efd52d..a1caac0 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]