[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
329/418: gnu: texlive-dehyph-exptl: Refresh package definition.
From: |
guix-commits |
Subject: |
329/418: gnu: texlive-dehyph-exptl: Refresh package definition. |
Date: |
Mon, 29 May 2023 17:39:36 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 7d1c7ca80de8e87dcda36fab760e8ca6d42001ea
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 cbe597d8c4..cf37214392 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -2996,20 +2996,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.
- 310/418: gnu: Add texlive-cmexb., (continued)
- 310/418: gnu: Add texlive-cmexb., guix-commits, 2023/05/29
- 311/418: gnu: texlive-cs: Refresh package definition., guix-commits, 2023/05/29
- 312/418: gnu: texlive-luaotfload: Refresh package definition., guix-commits, 2023/05/29
- 314/418: gnu: texlive-lualibs: Refresh package definition., guix-commits, 2023/05/29
- 316/418: gnu: texlive-url: Refresh package definition., guix-commits, 2023/05/29
- 318/418: gnu: texlive-graphics-cfg: Refresh package definition., guix-commits, 2023/05/29
- 321/418: gnu: texlive-fancyvrb: Refresh package definition., guix-commits, 2023/05/29
- 322/418: gnu: texlive-epsf: Refresh package definition., guix-commits, 2023/05/29
- 324/418: gnu: texlive-kpfonts: Refresh package definition., guix-commits, 2023/05/29
- 328/418: gnu: texlive-ukrhyph: Refresh package definition., guix-commits, 2023/05/29
- 329/418: gnu: texlive-dehyph-exptl: Refresh package definition.,
guix-commits <=
- 331/418: gnu: texlive-hardwrap: Refresh package definition., guix-commits, 2023/05/29
- 332/418: gnu: texlive-etex: Refresh package definition., guix-commits, 2023/05/29
- 334/418: gnu: texlive-mflogo-font: Refresh package definition., guix-commits, 2023/05/29
- 335/418: gnu: texlive-knuth-lib: Refresh package definition., guix-commits, 2023/05/29
- 340/418: gnu: texlive-cm-super: Refresh package definition., guix-commits, 2023/05/29
- 343/418: gnu: texlive-cbfonts-fd: Refresh package definition., guix-commits, 2023/05/29
- 336/418: gnu: texlive-lm-math: Refresh package definition., guix-commits, 2023/05/29
- 339/418: gnu: texlive-courier: Refresh package definition., guix-commits, 2023/05/29
- 344/418: gnu: texlive-cbfonts: Refresh package definition., guix-commits, 2023/05/29
- 350/418: gnu: texlive-dvips: Refresh package definition., guix-commits, 2023/05/29