diff options
author | Ludovic Courtès <ludo@gnu.org> | 2025-05-14 10:43:50 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2025-05-14 18:11:06 +0200 |
commit | b79fcdf444c7f7c24a342fe009e7c65aa3dfb49e (patch) | |
tree | d9ff2fc4c5298c418dd7f575b5dc9de5940b0e4f | |
parent | 211410cbc1c02a0b748bc8174cf6d7ae55fee6c3 (diff) | |
download | guix-b79fcdf444c7f7c24a342fe009e7c65aa3dfb49e.tar.gz guix-b79fcdf444c7f7c24a342fe009e7c65aa3dfb49e.zip |
gnu: texlive: Export ‘texlive-updmap.cfg’.
This is a followup to 4df6eda30f92dd09a7b5839514fab971b5633a0d.
* gnu/packages/tex.scm (texlive-updmap.cfg): Define with
‘define-deprecated/public-alias’.
Change-Id: I195e9a850d1641be8589414af6554fc3bac3e862
-rw-r--r-- | gnu/packages/tex.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 99a65641a4..31b7d9ff56 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -1416,7 +1416,7 @@ as a package native input, in order to build TeX documentation.") '() (append default-packages packages)))))))) -(define-deprecated/alias texlive-updmap.cfg texlive-local-tree) +(define-deprecated/public-alias texlive-updmap.cfg texlive-local-tree) (define-public texlive-12many (package |