[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/109: gnu: Add texlive-hyphen-base.
From: |
guix-commits |
Subject: |
09/109: gnu: Add texlive-hyphen-base. |
Date: |
Tue, 16 Jul 2019 08:22:39 -0400 (EDT) |
rekado pushed a commit to branch wip-texlive
in repository guix.
commit 09b929d1dc2b10b427712ca2febca7be7e45e066
Author: Ricardo Wurmus <address@hidden>
Date: Sat Jul 6 23:31:57 2019 +0200
gnu: Add texlive-hyphen-base.
* gnu/packages/tex.scm (texlive-hyphen-base): New variable.
---
gnu/packages/tex.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index e5c4e17..2d9dfdb 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -437,6 +437,31 @@ out to date by @code{unicode-letters.tex}. ")
(define-public texlive-generic-unicode-data
(deprecated-package "texlive-generic-unicode-data" texlive-unicode-data))
+(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
+ "002g5zhzbj3ikgg8zidagdp605ac9f4qmfl148mp0mbpz1svk0ni")
+ #:trivial? #t))
+ (home-page "https://tug.org/texlive/";)
+ (synopsis "Core hyphenation support files")
+ (description "This package includes Knuth's original @file{hyphen.tex},
+@file{zerohyph.tex} to disable hyphenation, @file{language.us} which starts
+the autogenerated files @file{language.dat} and @file{language.def} (and
+default versions of those), etc.")
+ (license license:knuth)))
+
(define-public texlive-dvips
(package
(name "texlive-dvips")
- 02/109: build: svn-fetch: Use "svn export"., (continued)
- 02/109: build: svn-fetch: Use "svn export"., guix-commits, 2019/07/16
- 01/109: gnu: texlive-union: Build font maps., guix-commits, 2019/07/16
- 03/109: guix: Add svn-multi-reference., guix-commits, 2019/07/16
- 06/109: gnu: Add hyph-utf8-scripts., guix-commits, 2019/07/16
- 04/109: build-system/texlive: Add texlive-origin., guix-commits, 2019/07/16
- 05/109: gnu: Add simple-texlive-package., guix-commits, 2019/07/16
- 11/109: gnu: Add texlive-dehyph-exptl., guix-commits, 2019/07/16
- 07/109: gnu: Add texlive-hyphen-package., guix-commits, 2019/07/16
- 10/109: gnu: Add texlive-hyph-utf8., guix-commits, 2019/07/16
- 13/109: gnu: texlive-fonts-cm: Remove cm-type1., guix-commits, 2019/07/16
- 09/109: gnu: Add texlive-hyphen-base.,
guix-commits <=
- 08/109: gnu: Add texlive-unicode-data., guix-commits, 2019/07/16
- 12/109: gnu: texlive-dvips: Implement with simple-texlive-package., guix-commits, 2019/07/16
- 17/109: gnu: Add texlive-hyphen-ancientgreek., guix-commits, 2019/07/16
- 16/109: gnu: Add texlive-hyphen-afrikaans., guix-commits, 2019/07/16
- 15/109: gnu: Add texlive-tex-ini-files., guix-commits, 2019/07/16
- 18/109: gnu: Add texlive-hyphen-armenian., guix-commits, 2019/07/16
- 14/109: gnu: texlive-fonts-cm: Use simple-texlive-package., guix-commits, 2019/07/16
- 22/109: gnu: Add texlive-hyphen-bulgarian., guix-commits, 2019/07/16
- 29/109: gnu: Add texlive-hyphen-danish., guix-commits, 2019/07/16
- 21/109: gnu: Add texlive-hyphen-belarusian., guix-commits, 2019/07/16