[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
329/458: gnu: texlive-dehyph-exptl: Refresh package definition.
From: |
guix-commits |
Subject: |
329/458: gnu: texlive-dehyph-exptl: Refresh package definition. |
Date: |
Wed, 14 Jun 2023 05:23:10 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 3f2c10aa9e2bc0ac7cb6f5a79842cb8e9570ab1a
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue May 16 23:39:07 2023 +0200
gnu: texlive-dehyph-exptl: Refresh package definition.
* gnu/packages/tex.scm (texlive-dehyph-exptl): Remove SIMPLE-TEXLIVE-PACKAGE
call.
---
gnu/packages/tex.scm | 30 +++++++++++++++++-------------
1 file changed, 17 insertions(+), 13 deletions(-)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 2b356f8118..30477e8fa6 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2992,20 +2992,24 @@ patterns as well.")
(define-public texlive-dehyph-exptl
(package
- (inherit (simple-texlive-package
- "texlive-dehyph-exptl"
- (list "/tex/generic/dehyph-exptl/"
- "/doc/generic/dehyph-exptl/")
- (base32
- "0l57a0r4gycp94kz6lrxqvh9m57j2shmbr2laf5zjb0qnrisq46d")
- #:trivial? #t))
- (propagated-inputs
- (list texlive-hyphen-base texlive-hyph-utf8))
- (home-page "http://projekte.dante.de/Trennmuster/WebHome")
+ (name "texlive-dehyph-exptl")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/dehyph-exptl/"
+ "tex/generic/dehyph-exptl/")
+ (base32
+ "0l57a0r4gycp94kz6lrxqvh9m57j2shmbr2laf5zjb0qnrisq46d")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments (list #:texlive-latex-base #f))
+ (propagated-inputs (list texlive-hyph-utf8 texlive-hyphen-base))
+ (home-page "https://ctan.org/pkg/dehyph-exptl")
(synopsis "Hyphenation patterns for German")
- (description "The package provides experimental hyphenation patterns for
-the German language, covering both traditional and reformed orthography. The
-patterns can be used with packages Babel and hyphsubst from the Oberdiek
+ (description
+ "The package provides experimental hyphenation patterns for the German
+language, covering both traditional and reformed orthography. The patterns
+can be used with packages Babel and @code{hyphsubst} from the Oberdiek
bundle.")
;; Hyphenation patterns are under the Expat license; documentation is
;; under LPPL.
- 305/458: gnu: texlive-calrsfs: Refresh package definition., (continued)
- 305/458: gnu: texlive-calrsfs: Refresh package definition., guix-commits, 2023/06/14
- 281/458: gnu: Add texlive-hopatch., guix-commits, 2023/06/14
- 292/458: gnu: texlive-enumitem: Refresh package definition., guix-commits, 2023/06/14
- 309/458: gnu: texlive-tipa: Refresh package definition., guix-commits, 2023/06/14
- 304/458: gnu: texlive-carlisle: Refresh package definition., guix-commits, 2023/06/14
- 315/458: gnu: texlive-l3build: Refresh package definition., guix-commits, 2023/06/14
- 326/458: gnu: texlive-inputenx: Refresh package definition., guix-commits, 2023/06/14
- 327/458: gnu: texlive-ruhyphen: Refresh package definition., guix-commits, 2023/06/14
- 328/458: gnu: texlive-ukrhyph: Refresh package definition., guix-commits, 2023/06/14
- 332/458: gnu: texlive-etex: Refresh package definition., guix-commits, 2023/06/14
- 329/458: gnu: texlive-dehyph-exptl: Refresh package definition.,
guix-commits <=
- 338/458: gnu: texlive-tex-gyre: Refresh package definition., guix-commits, 2023/06/14
- 331/458: gnu: texlive-hardwrap: Refresh package definition., guix-commits, 2023/06/14
- 358/458: gnu: texlive-latex-base: Refresh package definition., guix-commits, 2023/06/14
- 357/458: gnu: texlive-context: Refresh package definition., guix-commits, 2023/06/14
- 388/458: gnu: simple-texlive-package: Remove it., guix-commits, 2023/06/14
- 364/458: gnu: texlive-amscls: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 380/458: gnu: texlive-abstract: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 381/458: gnu: texlive-breqn: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 382/458: gnu: texlive-datatool: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14
- 363/458: gnu: texlive-amsmath: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/06/14