guix-commits
[Top][All Lists]
Advanced

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

74/102: gnu: Add texlive-ukrhyph.


From: guix-commits
Subject: 74/102: gnu: Add texlive-ukrhyph.
Date: Mon, 15 Jul 2019 16:42:36 -0400 (EDT)

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

commit 7ae0b703be6fcc1be81530ecde16e2d3ead2eb2b
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Jul 13 23:14:23 2019 +0200

    gnu: Add texlive-ukrhyph.
    
    * gnu/packages/tex.scm (texlive-ukrhyph): New variable.
---
 gnu/packages/tex.scm | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index a458d74..f89b4a4 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2475,6 +2475,22 @@ bundle.")
 (define-public texlive-generic-dehyph-exptl
   (deprecated-package "texlive-generic-dehyph-exptl" texlive-dehyph-exptl))
 
+(define-public texlive-ukrhyph
+  (package
+    (inherit (simple-texlive-package
+              "texlive-ukrhyph"
+              (list "/doc/generic/ukrhyph/"
+                    "/tex/generic/ukrhyph/")
+              (base32
+               "01ma274sixcrbpb7fpqkxwfvrnzfj2srv9b4a42rfnph1pdql74z")
+              #:trivial? #t))
+    (home-page "https://www.ctan.org/pkg/ukrhyph";)
+    (synopsis "Hyphenation patterns for Ukrainian")
+    (description "The package provides a range of hyphenation patterns for
+Ukrainian, depending on the encoding of the output font including the standard
+T2A.")
+    (license license:lppl)))
+
 (define-public texlive-latex-base
   (let ((texlive-dir
          (lambda (dir hash)



reply via email to

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