mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: Add hyph-utf8-scripts.
* gnu/packages/tex.scm (hyph-utf8-scripts): New variable.
This commit is contained in:
parent
8ab600f8c3
commit
28e521e960
1 changed files with 11 additions and 0 deletions
|
@ -133,6 +133,17 @@ copied to their outputs; otherwise the TEXLIVE-BUILD-SYSTEM is used."
|
|||
(description #f)
|
||||
(license #f)))
|
||||
|
||||
(define hyph-utf8-scripts
|
||||
(origin
|
||||
(method svn-fetch)
|
||||
(uri (texlive-ref "generic" "hyph-utf8"))
|
||||
(file-name (string-append "hyph-utf8-scripts-"
|
||||
(number->string %texlive-revision)
|
||||
"-checkout"))
|
||||
(sha256
|
||||
(base32
|
||||
"1ix8h637hwhz4vrdhilf84kzzdza0wi8fp26nh7iws0bq08sl517"))))
|
||||
|
||||
(define texlive-extra-src
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
|
Loading…
Reference in a new issue