guix-commits
[Top][All Lists]
Advanced

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

242/418: gnu: texlive-bidi: Fix build.


From: guix-commits
Subject: 242/418: gnu: texlive-bidi: Fix build.
Date: Fri, 2 Jun 2023 17:25:20 -0400 (EDT)

ngz pushed a commit to branch tex-team-next
in repository guix.

commit 9ed88db94280edd70a45c3d5f801716f533c2c00
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 23:10:51 2023 +0200

    gnu: texlive-bidi: Fix build.
    
    * gnu/packages/tex.scm (texlive-bidi)[source]: Add missing location.
---
 gnu/packages/tex.scm | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index af6c97c4df..e4ad905a4b 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -630,19 +630,21 @@ This package contains the binaries.")
                     (url (string-append "svn://www.tug.org/texlive/tags/"
                                         "texlive-2022.0/Master/texmf-dist"))
                     (locations (list "doc/xelatex/bidi/"
-                                     "source/xelatex/bidi/"))
+                                     "source/xelatex/bidi/"
+                                     "tex/xelatex/bidi/"))
                     (revision 62885)))
               (file-name (string-append name "-" version "-checkout"))
               (sha256
                (base32
-                "09nfvsjfnms3pclyd2rcivyb5qvzw48b934i3bcl83hv69ix2ks7"))))
+                "1s2p6zp64q6nh8r8hrdx7bbpzj90sq51jbwslh6zj281yx9mv61s"))))
     (outputs '("out" "doc"))
     (build-system texlive-build-system)
-    (propagated-inputs (list texlive-iftex
-                             texlive-ltxcmds
-                             texlive-hyperref
-                             texlive-xkeyval
-                             texlive-zref))
+    (propagated-inputs
+     (list texlive-iftex
+           texlive-ltxcmds
+           texlive-hyperref
+           texlive-xkeyval
+           texlive-zref))
     (home-page "https://ctan.org/pkg/bidi";)
     (synopsis "Bidirectional typesetting in plain TeX and LaTeX using XeTeX")
     (description "The @code{bidi} package provides a convenient interface for



reply via email to

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