Archived
1
0
Fork 0

gnu: texlive-union: Export and formally deprecate.

This is a followup to 04a0b1e09a.

* gnu/packages/tex.scm (texlive-union): Define using
'define-deprecated/alias' and export.
This commit is contained in:
Ludovic Courtès 2021-07-18 19:57:35 +02:00
parent 0e47fcced4
commit f186365aee
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -47,6 +47,7 @@
#:use-module (guix build-system trivial)
#:use-module (guix build-system texlive)
#:use-module (guix utils)
#:use-module (guix deprecation)
#:use-module (guix git-download)
#:use-module (guix svn-download)
#:use-module (gnu packages)
@ -4053,8 +4054,8 @@ ones.")
'()
(append default-packages packages))))))))
;;; Deprecated.
(define texlive-union texlive-updmap.cfg)
(define-deprecated/alias texlive-union texlive-updmap.cfg)
(export texlive-union)
;; For use in package definitions only
(define-public texlive-tiny