[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/03: talks: Update Beamer manifest for new package names.
From: |
Ludovic Courtès |
Subject: |
02/03: talks: Update Beamer manifest for new package names. |
Date: |
Fri, 15 Mar 2024 10:06:43 -0400 (EDT) |
civodul pushed a commit to branch master
in repository maintenance.
commit ecc7abbea571b216b6d850349c1288bb45153cc3
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Fri Mar 15 15:03:55 2024 +0100
talks: Update Beamer manifest for new package names.
Works with Guix commit c7836393be4d134861d652b2fcf09cf4e68275ca.
* talks/beamer-manifest.scm: Update package names.
---
talks/beamer-manifest.scm | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/talks/beamer-manifest.scm b/talks/beamer-manifest.scm
index 0c07d4b..fe53eaf 100644
--- a/talks/beamer-manifest.scm
+++ b/talks/beamer-manifest.scm
@@ -1,5 +1,5 @@
;;; Released under the GNU GPLv3 or any later version.
-;;; Copyright © 2021, 2023 Ludovic Courtès <ludo@gnu.org>
+;;; Copyright © 2021, 2023-2024 Ludovic Courtès <ludo@gnu.org>
;; Manifest to create an environment to build LaTeX/Beamer slides. Inspired
;; by <https://github.com/etu/presentations/blob/master/shell.nix#L4-L15>.
@@ -7,15 +7,15 @@
(specifications->manifest
'("rubber"
- "texlive-base" "texlive-beamer"
- "texlive-fonts-ec" "texlive-etoolbox"
+ "texlive-scheme-basic" "texlive-beamer"
+ "texlive-ec" "texlive-etoolbox"
"texlive-ulem" "texlive-capt-of"
- "texlive-wrapfig" "texlive-latex-geometry"
- "texlive-latex-ms" "texlive-latex-graphics"
+ "texlive-wrapfig" "texlive-geometry"
+ "texlive-ms" "texlive-graphics"
"texlive-pgf" "texlive-translator"
- "texlive-latex-xkeyval" "texlive-mweights" "texlive-fontaxes"
- "texlive-latex-textpos" "texlive-latex-fancyvrb" "texlive-xifthen"
- "texlive-ifmtarg" "texlive-latex-upquote"
+ "texlive-xkeyval" "texlive-mweights" "texlive-fontaxes"
+ "texlive-textpos" "texlive-fancyvrb" "texlive-xifthen"
+ "texlive-ifmtarg" "texlive-upquote"
;; Additional fonts.
"texlive-cm-super" "texlive-amsfonts"