me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-default-updmap.cfg.

* gnu/packages/tex.scm (texlive-default-updmap.cfg): New variable.
master
Ricardo Wurmus 2021-05-03 15:32:17 +02:00
parent 3d8a48f893
commit eb930bedf4
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 12 additions and 0 deletions

View File

@ -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 '()))