mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: Do not create origins for "ctxdocstrip.tex".
* gnu/packages/tex.scm (texlive-xecjk)[native-inputs]: (texlive-xcjk2uni)[native-inputs]: (texlive-xpinyin)[native-inputs]: Remove <origin> pointing to "ctxdocstrip.tex". Grab it from TEXLIVE-CTEX's source instead. Change-Id: I8208f4e1cc25b6ac03e0727a41d79d0c76568bdc
This commit is contained in:
parent
30c8c8a0a5
commit
faa3d54236
1 changed files with 3 additions and 31 deletions
|
@ -39996,16 +39996,7 @@ (define-public texlive-xecjk
|
|||
"build/")
|
||||
(setenv "TEXINPUTS" (string-append (getcwd) "/build:")))))))
|
||||
(native-inputs
|
||||
(list (origin
|
||||
(method svn-multi-fetch)
|
||||
(uri (svn-multi-reference
|
||||
(url (texlive-packages-repository version))
|
||||
(revision 66594)
|
||||
(locations (list "tex/generic/ctex/ctxdocstrip.tex"))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"154v2d6wfzhfg654nlh2apy9zr78d09rkimymyjqpxymkpbk8lli")))))
|
||||
(list (package-source texlive-ctex)))
|
||||
(home-page "https://ctan.org/pkg/xecjk")
|
||||
(synopsis "Support for CJK documents in XeLaTeX")
|
||||
(description
|
||||
|
@ -58589,17 +58580,7 @@ (define-public texlive-xcjk2uni
|
|||
"build/")
|
||||
(setenv "TEXINPUTS" (string-append (getcwd) "/build:")))))))
|
||||
(native-inputs
|
||||
(list texlive-ttfutils
|
||||
(origin
|
||||
(method svn-multi-fetch)
|
||||
(uri (svn-multi-reference
|
||||
(url (texlive-packages-repository version))
|
||||
(revision 66594)
|
||||
(locations (list "tex/generic/ctex/ctxdocstrip.tex"))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"154v2d6wfzhfg654nlh2apy9zr78d09rkimymyjqpxymkpbk8lli")))))
|
||||
(list (package-source texlive-ctex) texlive-ttfutils))
|
||||
(home-page "https://ctan.org/pkg/xcjk2uni")
|
||||
(synopsis "Convert CJK characters to Unicode, in pdfTeX")
|
||||
(description
|
||||
|
@ -58918,16 +58899,7 @@ (define-public texlive-xpinyin
|
|||
;; should be a native input) and `ctex' (where this package is
|
||||
;; a propagated input). To work around this, grab the required
|
||||
;; "ctxdocstrip.tex" file from `ctex'.
|
||||
(origin
|
||||
(method svn-multi-fetch)
|
||||
(uri (svn-multi-reference
|
||||
(url (texlive-packages-repository version))
|
||||
(revision 66594)
|
||||
(locations (list "tex/generic/ctex/ctxdocstrip.tex"))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"154v2d6wfzhfg654nlh2apy9zr78d09rkimymyjqpxymkpbk8lli")))))
|
||||
(package-source texlive-ctex)))
|
||||
(home-page "https://ctan.org/pkg/xpinyin")
|
||||
(synopsis "Automatically add pinyin to Chinese characters")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue