diff options
author | Ludovic Courtès <ludo@gnu.org> | 2024-05-06 11:40:08 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-05-06 11:51:53 +0200 |
commit | f36342f9aa496aa48dba6552e41ecd31b09036d5 (patch) | |
tree | 131bb6a95da5ed464783c19671217d0546054a64 | |
parent | a222503a89a0ed81cdea49c13fb4f582b8924447 (diff) | |
download | guile-f36342f9aa496aa48dba6552e41ecd31b09036d5.tar.gz |
guix: Use non-deprecated package name.
* .guix/modules/guile-package.scm (guile)[native-inputs]: Use
‘texlive-scheme-basic’ instead of the deprecated ‘texlive-base’.
-rw-r--r-- | .guix/modules/guile-package.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.guix/modules/guile-package.scm b/.guix/modules/guile-package.scm index 41710547d..ad297a010 100644 --- a/.guix/modules/guile-package.scm +++ b/.guix/modules/guile-package.scm @@ -1,4 +1,4 @@ -;;; Copyright © 2023 Free Software Foundation, Inc. +;;; Copyright © 2023-2024 Free Software Foundation, Inc. ;;; ;;; This file is part of GNU Guile. ;;; @@ -112,7 +112,7 @@ gnu-gettext flex texinfo - texlive-base ;for "make pdf" + texlive-scheme-basic ;for "make pdf" texlive-epsf gperf git |