summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2024-05-06 11:40:08 +0200
committerLudovic Courtès <ludo@gnu.org>2024-05-06 11:51:53 +0200
commitf36342f9aa496aa48dba6552e41ecd31b09036d5 (patch)
tree131bb6a95da5ed464783c19671217d0546054a64
parenta222503a89a0ed81cdea49c13fb4f582b8924447 (diff)
downloadguile-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.scm4
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