[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/07: gnu: Add texlive-default-updmap.cfg.
From: |
guix-commits |
Subject: |
06/07: gnu: Add texlive-default-updmap.cfg. |
Date: |
Mon, 3 May 2021 09:38:15 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit eb930bedf42ab6629b3340a93331753da50e8fcb
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon May 3 15:32:17 2021 +0200
gnu: Add texlive-default-updmap.cfg.
* gnu/packages/tex.scm (texlive-default-updmap.cfg): New variable.
---
gnu/packages/tex.scm | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index df5d1fa..f3737da 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3498,6 +3498,18 @@ It includes little more than the required set of LaTeX
packages.")
'()
default-packages)))))
+(define-public texlive-default-updmap.cfg
+ (origin
+ (method url-fetch)
+ (uri (string-append "https://tug.org/svn/texlive/tags/"
+ %texlive-tag "/Master/texmf-dist/web2c/updmap.cfg"
+ "?revision=" (number->string %texlive-revision)))
+ (file-name (string-append "updmap.cfg-"
+ (number->string %texlive-revision)))
+ (sha256
+ (base32
+ "0faqknqxs80qp9ywk0by5k85s0yalg97c4lja4q56lsyblrr4j7i"))))
+
;; For use in package definitions only
(define-public texlive-union
(lambda* (#:optional (packages '()))
- branch master updated (f0eb053 -> a6b8794), guix-commits, 2021/05/03
- 01/07: gnu: Add texlive-sectsty., guix-commits, 2021/05/03
- 03/07: gnu: Add texlive-ifmtarg., guix-commits, 2021/05/03
- 06/07: gnu: Add texlive-default-updmap.cfg.,
guix-commits <=
- 07/07: profiles: texlive-configuration: Refresh font maps., guix-commits, 2021/05/03
- 02/07: gnu: Add texlive-morefloats., guix-commits, 2021/05/03
- 04/07: gnu: Add texlive-pagenote., guix-commits, 2021/05/03
- 05/07: gnu: Add texlive-babel-swedish., guix-commits, 2021/05/03