mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 15:37:54 -05:00
gnu: texlive-bidi: Fix build.
* gnu/packages/tex.scm (texlive-bidi)[source]: Add missing location.
This commit is contained in:
parent
bc99cd0f7f
commit
b0dbca9c4d
1 changed files with 9 additions and 7 deletions
|
@ -630,19 +630,21 @@ (define-public texlive-bidi
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue