[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/110: gnu: Add hyph-utf8-scripts.
From: |
guix-commits |
Subject: |
06/110: gnu: Add hyph-utf8-scripts. |
Date: |
Mon, 22 Jul 2019 15:25:30 -0400 (EDT) |
rekado pushed a commit to branch wip-texlive
in repository guix.
commit 0b2e58a5c1d13d9b007df39bb47d20ee4f9e741e
Author: Ricardo Wurmus <address@hidden>
Date: Sat Jul 13 23:56:19 2019 +0200
gnu: Add hyph-utf8-scripts.
* gnu/packages/tex.scm (hyph-utf8-scripts): New variable.
---
gnu/packages/tex.scm | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 678e46c..f56f427 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -133,6 +133,17 @@ copied to their outputs; otherwise the
TEXLIVE-BUILD-SYSTEM is used."
(description #f)
(license #f)))
+(define hyph-utf8-scripts
+ (origin
+ (method svn-fetch)
+ (uri (texlive-ref "generic" "hyph-utf8"))
+ (file-name (string-append "hyph-utf8-scripts-"
+ (number->string %texlive-revision)
+ "-checkout"))
+ (sha256
+ (base32
+ "1ix8h637hwhz4vrdhilf84kzzdza0wi8fp26nh7iws0bq08sl517"))))
+
(define texlive-extra-src
(origin
(method url-fetch)
- 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 <=
- 08/110: gnu: Add texlive-unicode-data., guix-commits, 2019/07/22
- 09/110: gnu: Add texlive-hyphen-base., guix-commits, 2019/07/22
- 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