diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-05-15 23:10:51 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-07-18 18:11:48 +0200 |
commit | b0dbca9c4d5dcc3ebd1f0d259055053ab675db73 (patch) | |
tree | 4432ee6da4bdae3520acc3f35ff756f12cad209e | |
parent | bc99cd0f7fd2608ece6c7c70b81726a42d47c9d9 (diff) | |
download | guix-b0dbca9c4d5dcc3ebd1f0d259055053ab675db73.tar.gz |
gnu: texlive-bidi: Fix build.
* gnu/packages/tex.scm (texlive-bidi)[source]: Add missing location.
-rw-r--r-- | gnu/packages/tex.scm | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 21f54d020a..23534b3a92 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 |