[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
328/452: gnu: texlive-ukrhyph: Refresh package definition.
From: |
guix-commits |
Subject: |
328/452: gnu: texlive-ukrhyph: Refresh package definition. |
Date: |
Fri, 9 Jun 2023 13:43:51 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit a1d1863750ad53f6d497a881e074137b41f94b76
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue May 16 23:36:49 2023 +0200
gnu: texlive-ukrhyph: Refresh package definition.
* gnu/packages/tex.scm (texlive-ukrhyph): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 21 ++++++++++++---------
1 file changed, 12 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index dc15c10b8f..2b356f8118 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.")
- 299/452: gnu: texlive-ae: Refresh package definition., (continued)
- 299/452: gnu: texlive-ae: Refresh package definition., guix-commits, 2023/06/09
- 301/452: gnu: texlive-etoolbox: Refresh package definition., guix-commits, 2023/06/09
- 307/452: gnu: texlive-pstool: Refresh package definition., guix-commits, 2023/06/09
- 310/452: gnu: Add texlive-cmexb., guix-commits, 2023/06/09
- 313/452: gnu: texlive-lua-alt-getopt: Refresh package definition., guix-commits, 2023/06/09
- 316/452: gnu: texlive-url: Refresh package definition., guix-commits, 2023/06/09
- 320/452: gnu: texlive-glyphlist: Refresh package definition., guix-commits, 2023/06/09
- 321/452: gnu: texlive-fancyvrb: Refresh package definition., guix-commits, 2023/06/09
- 325/452: gnu: texlive-kpathsea: Refresh package definition., guix-commits, 2023/06/09
- 324/452: gnu: texlive-kpfonts: Refresh package definition., guix-commits, 2023/06/09
- 328/452: gnu: texlive-ukrhyph: Refresh package definition.,
guix-commits <=
- 335/452: gnu: texlive-knuth-lib: Refresh package definition., guix-commits, 2023/06/09
- 338/452: gnu: texlive-tex-gyre: Refresh package definition., guix-commits, 2023/06/09
- 343/452: gnu: texlive-cbfonts-fd: Refresh package definition., guix-commits, 2023/06/09
- 356/452: gnu: texlive-siunitx: Refresh package definition., guix-commits, 2023/06/09
- 362/452: gnu: texlive-hyph-utf8: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 358/452: gnu: texlive-latex-base: Refresh package definition., guix-commits, 2023/06/09
- 368/452: gnu: texlive-morefloats: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 363/452: gnu: texlive-amsmath: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 378/452: gnu: texlive-babel-danish: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09
- 377/452: gnu: texlive-babel-finnish: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/09