guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: texlive-union: Export and formally deprecate.


From: guix-commits
Subject: 02/02: gnu: texlive-union: Export and formally deprecate.
Date: Sun, 18 Jul 2021 13:58:50 -0400 (EDT)

civodul pushed a commit to branch core-updates
in repository guix.

commit f186365aee5a894e3cc26fa64af573e264c38ff6
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sun Jul 18 19:57:35 2021 +0200

    gnu: texlive-union: Export and formally deprecate.
    
    This is a followup to 04a0b1e09abce99857e7930336421ca6d15ae630.
    
    * gnu/packages/tex.scm (texlive-union): Define using
    'define-deprecated/alias' and export.
---
 gnu/packages/tex.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 0bb102e..1608626 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]