guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/102: gnu: Add hyph-utf8-scripts.


From: guix-commits
Subject: 06/102: gnu: Add hyph-utf8-scripts.
Date: Mon, 15 Jul 2019 16:42:24 -0400 (EDT)

rekado pushed a commit to branch wip-texlive
in repository guix.

commit 39fdf147f77cd90fcee0ed775a5b237e68488fe2
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Jul 13 23:56:19 2019 +0200

    gnu: Add hyph-utf8-scripts.
    
    * gnu/packages/tex.scm (hyph-utf8-scripts): New variable.
---
 gnu/packages/tex.scm | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 678e46c..f56f427 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]