aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2023-05-16 23:36:49 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2023-07-18 18:12:16 +0200
commit2efc69ca6b7a9c1eb0d7c906dfc187d96c5f978f (patch)
treed74077cd6cfa51ff1304ac31465e4e2cb8a5a198 /gnu
parentfd4fae6620cb857538782326569c9eb8459a775c (diff)
downloadguix-2efc69ca6b7a9c1eb0d7c906dfc187d96c5f978f.tar.gz
guix-2efc69ca6b7a9c1eb0d7c906dfc187d96c5f978f.zip
gnu: texlive-ukrhyph: Refresh package definition.
* gnu/packages/tex.scm (texlive-ukrhyph): Remove SIMPLE-TEXLIVE-PACKAGE call.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/tex.scm21
1 files changed, 12 insertions, 9 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index f54934437d..d3b988d0f6 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3015,15 +3015,18 @@ bundle.")
(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")
+ (name "texlive-ukrhyph")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/ukrhyph/" "tex/generic/ukrhyph/")
+ (base32
+ "01ma274sixcrbpb7fpqkxwfvrnzfj2srv9b4a42rfnph1pdql74z")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments (list #:texlive-latex-base #f))
+ (home-page "https://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.")