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:
parent
0e47fcced4
commit
f186365aee
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Reference in a new issue