1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-09 01:58:54 +02:00

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
+3 -2
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