[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Guile-commits] 08/08: guix: Use non-deprecated package name.
From: |
Ludovic Courtès |
Subject: |
[Guile-commits] 08/08: guix: Use non-deprecated package name. |
Date: |
Mon, 6 May 2024 05:59:20 -0400 (EDT) |
civodul pushed a commit to branch main
in repository guile.
commit f36342f9aa496aa48dba6552e41ecd31b09036d5
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Mon May 6 11:40:08 2024 +0200
guix: Use non-deprecated package name.
* .guix/modules/guile-package.scm (guile)[native-inputs]: Use
‘texlive-scheme-basic’ instead of the deprecated ‘texlive-base’.
---
.guix/modules/guile-package.scm | 4 ++--
1 file 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
- [Guile-commits] branch main updated (3b76a30e3 -> f36342f9a), Ludovic Courtès, 2024/05/06
- [Guile-commits] 01/08: ‘system*’ no longer changes SIGINT and SIGQUIT handlers., Ludovic Courtès, 2024/05/06
- [Guile-commits] 02/08: Update NEWS., Ludovic Courtès, 2024/05/06
- [Guile-commits] 05/08: build: Fix cross-compilation in out-of-tree-builds, Ludovic Courtès, 2024/05/06
- [Guile-commits] 03/08: Fix typos throughout codebase., Ludovic Courtès, 2024/05/06
- [Guile-commits] 04/08: build: Make sed invocation fully portable, Ludovic Courtès, 2024/05/06
- [Guile-commits] 06/08: Fix error messages containing format strings, Ludovic Courtès, 2024/05/06
- [Guile-commits] 07/08: Second argument of ‘unread-string’ is optional., Ludovic Courtès, 2024/05/06
- [Guile-commits] 08/08: guix: Use non-deprecated package name.,
Ludovic Courtès <=