[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
348/416: gnu: texlive-hyphen-base: Refresh package definition.
From: |
guix-commits |
Subject: |
348/416: gnu: texlive-hyphen-base: Refresh package definition. |
Date: |
Sun, 28 May 2023 02:33:25 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 27fd8a969a17ff8b4f102a295acee7e0cf0314f7
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed May 17 08:35:43 2023 +0200
gnu: texlive-hyphen-base: Refresh package definition.
* gnu/packages/hyphen-base (texlive-hyphen-base): Remove
SIMPLE-TEXLIVE-PACKAGE call.
---
gnu/packages/tex.scm | 33 ++++++++++++++++++---------------
1 file changed, 18 insertions(+), 15 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 78fbf69d2e..55d2509b45 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -807,21 +807,24 @@ until the package appears.")
(define-public texlive-hyphen-base
(package
- (inherit (simple-texlive-package
- "texlive-hyphen-base"
- (list "/tex/generic/config/language.dat"
- "/tex/generic/config/language.dat.lua"
- "/tex/generic/config/language.def"
- "/tex/generic/config/language.us"
- "/tex/generic/config/language.us.def"
- "/tex/generic/config/language.us.lua"
- "/tex/generic/hyphen/dumyhyph.tex"
- "/tex/generic/hyphen/hyphen.tex"
- "/tex/generic/hyphen/hypht1.tex"
- "/tex/generic/hyphen/zerohyph.tex")
- (base32
- "1nad1bqpjsywm49hlv7d75mqvgha3j5vayvkvfhv8wwzgdb3mk84")
- #:trivial? #t))
+ (name "texlive-hyphen-base")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "/tex/generic/config/language.dat"
+ "/tex/generic/config/language.dat.lua"
+ "/tex/generic/config/language.def"
+ "/tex/generic/config/language.us"
+ "/tex/generic/config/language.us.def"
+ "/tex/generic/config/language.us.lua"
+ "/tex/generic/hyphen/dumyhyph.tex"
+ "/tex/generic/hyphen/hyphen.tex"
+ "/tex/generic/hyphen/hypht1.tex"
+ "/tex/generic/hyphen/zerohyph.tex")
+ (base32
+ "1nad1bqpjsywm49hlv7d75mqvgha3j5vayvkvfhv8wwzgdb3mk84")))
+ (build-system texlive-build-system)
+ (arguments (list #:texlive-latex-base #f))
(home-page "https://tug.org/texlive/")
(synopsis "Core hyphenation support files")
(description "This package includes Knuth's original @file{hyphen.tex},
- 332/416: gnu: texlive-etex: Refresh package definition., (continued)
- 332/416: gnu: texlive-etex: Refresh package definition., guix-commits, 2023/05/28
- 343/416: gnu: texlive-cbfonts-fd: Refresh package definition., guix-commits, 2023/05/28
- 337/416: gnu: texlive-lm: Refresh package definition., guix-commits, 2023/05/28
- 339/416: gnu: texlive-courier: Refresh package definition., guix-commits, 2023/05/28
- 322/416: gnu: texlive-epsf: Refresh package definition., guix-commits, 2023/05/28
- 324/416: gnu: texlive-kpfonts: Refresh package definition., guix-commits, 2023/05/28
- 347/416: gnu: texlive-tex-ini-files: Refresh package definition., guix-commits, 2023/05/28
- 357/416: gnu: texlive-context: Refresh package definition., guix-commits, 2023/05/28
- 344/416: gnu: texlive-cbfonts: Refresh package definition., guix-commits, 2023/05/28
- 345/416: gnu: texlive-fontname: Refresh package definition., guix-commits, 2023/05/28
- 348/416: gnu: texlive-hyphen-base: Refresh package definition.,
guix-commits <=
- 353/416: gnu: Add texlive-manfnt-font., guix-commits, 2023/05/28
- 351/416: gnu: texlive-dvipdfmx: Refresh package definition., guix-commits, 2023/05/28
- 350/416: gnu: texlive-dvips: Refresh package definition., guix-commits, 2023/05/28
- 354/416: gnu: Add texlive-mptopdf., guix-commits, 2023/05/28
- 360/416: gnu: texlive-tetex: Refresh package definition., guix-commits, 2023/05/28
- 363/416: gnu: texlive-amsmath: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 365/416: gnu: texlive-catchfile: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 366/416: gnu: texlive-tabu: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 369/416: gnu: texlive-pagenote: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/28
- 361/416: gnu: simple-texlive-package: Turn it into a stub., guix-commits, 2023/05/28