mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-29 19:30:36 +02:00
guix: Use non-deprecated package name.
* .guix/modules/guile-package.scm (guile)[native-inputs]: Use ‘texlive-scheme-basic’ instead of the deprecated ‘texlive-base’.
This commit is contained in:
parent
a222503a89
commit
f36342f9aa
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
;;; Copyright © 2023 Free Software Foundation, Inc.
|
;;; Copyright © 2023-2024 Free Software Foundation, Inc.
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guile.
|
;;; This file is part of GNU Guile.
|
||||||
;;;
|
;;;
|
||||||
|
@ -112,7 +112,7 @@
|
||||||
gnu-gettext
|
gnu-gettext
|
||||||
flex
|
flex
|
||||||
texinfo
|
texinfo
|
||||||
texlive-base ;for "make pdf"
|
texlive-scheme-basic ;for "make pdf"
|
||||||
texlive-epsf
|
texlive-epsf
|
||||||
gperf
|
gperf
|
||||||
git
|
git
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue