[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
348/458: gnu: texlive-hyphen-base: Refresh package definition.
From: |
guix-commits |
Subject: |
348/458: gnu: texlive-hyphen-base: Refresh package definition. |
Date: |
Wed, 14 Jun 2023 05:23:14 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 100535b5c332999130c55ea3968e7bdf23d92887
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 2d4f4ac2ba..bd294b4bbc 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},
- 237/458: gnu: texlive-pdftexcmds: Refresh package definition., (continued)
- 237/458: gnu: texlive-pdftexcmds: Refresh package definition., guix-commits, 2023/06/14
- 243/458: gnu: texlive-fontspec: Refresh package definition., guix-commits, 2023/06/14
- 249/458: gnu: texlive-eso-pic: Refresh package definition., guix-commits, 2023/06/14
- 262/458: gnu: texlive-infwarerr: Refresh package definition., guix-commits, 2023/06/14
- 266/458: gnu: texlive-ltxcmds: Refresh package definition., guix-commits, 2023/06/14
- 267/458: gnu: texlive-pdfescape: Refresh package definition., guix-commits, 2023/06/14
- 333/458: gnu: texlive-mkpattern: Refresh package definition., guix-commits, 2023/06/14
- 341/458: gnu: texlive-cm-lgc: Refresh package definition., guix-commits, 2023/06/14
- 368/458: gnu: texlive-morefloats: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 377/458: gnu: texlive-babel-finnish: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 348/458: gnu: texlive-hyphen-base: Refresh package definition.,
guix-commits <=
- 344/458: gnu: texlive-cbfonts: Refresh package definition., guix-commits, 2023/06/14
- 359/458: gnu: texlive-hyphen-package: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 360/458: gnu: texlive-tetex: Refresh package definition., guix-commits, 2023/06/14
- 383/458: gnu: texlive-lastpage: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 367/458: gnu: texlive-sectsty: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 400/458: gnu: texlive-tipa: Fix build., guix-commits, 2023/06/14
- 414/458: gnu: Add texlive-etex-pkg., guix-commits, 2023/06/14
- 444/458: gnu: Add texlive-latex-bin., guix-commits, 2023/06/14
- 456/458: gnu: Simplify texlive-default-updmap.cfg., guix-commits, 2023/06/14
- 277/458: gnu: texlive-auxhook: Refresh package definition., guix-commits, 2023/06/14