[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/110: gnu: Add texlive-hyphen-base.
From: |
guix-commits |
Subject: |
09/110: gnu: Add texlive-hyphen-base. |
Date: |
Mon, 22 Jul 2019 15:25:31 -0400 (EDT) |
rekado pushed a commit to branch wip-texlive
in repository guix.
commit f74b3ec670b7e30df95f109c85cc1c1b62d90f98
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")
- branch wip-texlive created (now 5215ddb), guix-commits, 2019/07/22
- 02/110: build: svn-fetch: Use "svn export"., guix-commits, 2019/07/22
- 01/110: gnu: texlive-union: Build font maps., guix-commits, 2019/07/22
- 03/110: guix: Add svn-multi-reference., guix-commits, 2019/07/22
- 05/110: gnu: Add simple-texlive-package., guix-commits, 2019/07/22
- 07/110: gnu: Add texlive-hyphen-package., guix-commits, 2019/07/22
- 04/110: build-system/texlive: Add texlive-origin., guix-commits, 2019/07/22
- 06/110: gnu: Add hyph-utf8-scripts., guix-commits, 2019/07/22
- 08/110: gnu: Add texlive-unicode-data., guix-commits, 2019/07/22
- 09/110: gnu: Add texlive-hyphen-base.,
guix-commits <=
- 13/110: gnu: texlive-fonts-cm: Remove cm-type1., guix-commits, 2019/07/22
- 12/110: gnu: texlive-dvips: Implement with simple-texlive-package., guix-commits, 2019/07/22
- 11/110: gnu: Add texlive-dehyph-exptl., guix-commits, 2019/07/22
- 14/110: gnu: texlive-fonts-cm: Use simple-texlive-package., guix-commits, 2019/07/22
- 19/110: gnu: Add texlive-hyphen-basque., guix-commits, 2019/07/22
- 22/110: gnu: Add texlive-hyphen-bulgarian., guix-commits, 2019/07/22
- 21/110: gnu: Add texlive-hyphen-belarusian., guix-commits, 2019/07/22
- 24/110: gnu: Add texlive-hyphen-chinese., guix-commits, 2019/07/22
- 27/110: gnu: Add texlive-hyphen-croatian., guix-commits, 2019/07/22
- 17/110: gnu: Add texlive-hyphen-ancientgreek., guix-commits, 2019/07/22