gnu: texlive-bidi: Fix build.
* gnu/packages/tex.scm (texlive-bidi)[source]: Add missing location.
parent
bc99cd0f7f
commit
b0dbca9c4d
|
@ -630,19 +630,21 @@ This package contains the binaries.")
|
||||||
(url (string-append "svn://www.tug.org/texlive/tags/"
|
(url (string-append "svn://www.tug.org/texlive/tags/"
|
||||||
"texlive-2022.0/Master/texmf-dist"))
|
"texlive-2022.0/Master/texmf-dist"))
|
||||||
(locations (list "doc/xelatex/bidi/"
|
(locations (list "doc/xelatex/bidi/"
|
||||||
"source/xelatex/bidi/"))
|
"source/xelatex/bidi/"
|
||||||
|
"tex/xelatex/bidi/"))
|
||||||
(revision 62885)))
|
(revision 62885)))
|
||||||
(file-name (string-append name "-" version "-checkout"))
|
(file-name (string-append name "-" version "-checkout"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"09nfvsjfnms3pclyd2rcivyb5qvzw48b934i3bcl83hv69ix2ks7"))))
|
"1s2p6zp64q6nh8r8hrdx7bbpzj90sq51jbwslh6zj281yx9mv61s"))))
|
||||||
(outputs '("out" "doc"))
|
(outputs '("out" "doc"))
|
||||||
(build-system texlive-build-system)
|
(build-system texlive-build-system)
|
||||||
(propagated-inputs (list texlive-iftex
|
(propagated-inputs
|
||||||
texlive-ltxcmds
|
(list texlive-iftex
|
||||||
texlive-hyperref
|
texlive-ltxcmds
|
||||||
texlive-xkeyval
|
texlive-hyperref
|
||||||
texlive-zref))
|
texlive-xkeyval
|
||||||
|
texlive-zref))
|
||||||
(home-page "https://ctan.org/pkg/bidi")
|
(home-page "https://ctan.org/pkg/bidi")
|
||||||
(synopsis "Bidirectional typesetting in plain TeX and LaTeX using XeTeX")
|
(synopsis "Bidirectional typesetting in plain TeX and LaTeX using XeTeX")
|
||||||
(description "The @code{bidi} package provides a convenient interface for
|
(description "The @code{bidi} package provides a convenient interface for
|
||||||
|
|
Reference in New Issue