[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/15: gnu: discrover: Use new texlive package names.
From: |
guix-commits |
Subject: |
10/15: gnu: discrover: Use new texlive package names. |
Date: |
Mon, 26 Oct 2020 17:39:39 -0400 (EDT) |
rekado pushed a commit to branch wip-texlive
in repository guix.
commit 3acf61dd20086c1250544798db8733368d5f625b
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Oct 26 21:18:25 2020 +0100
gnu: discrover: Use new texlive package names.
* gnu/packages/bioinformatics.scm (discrover)[native-inputs]: Replace
"texlive-fonts-cm" and "texlive-fonts-amsfonts" with their new names
"texlive-cm" and "texlive-amsfonts", respectively.
---
gnu/packages/bioinformatics.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index c2588e1..c8603a4 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -2748,8 +2748,8 @@ data and settings.")
("cairo" ,cairo)
("rmath-standalone" ,rmath-standalone)))
(native-inputs
- `(("texlive" ,(texlive-union (list texlive-fonts-cm
- texlive-fonts-amsfonts
+ `(("texlive" ,(texlive-union (list texlive-cm
+ texlive-amsfonts
texlive-latex-doi
texlive-latex-examplep
- branch wip-texlive created (now 3e9735d), guix-commits, 2020/10/26
- 01/15: gnu: texlive-latex-base: Use character translation file., guix-commits, 2020/10/26
- 02/15: gnu: Add texlive-l3build., guix-commits, 2020/10/26
- 03/15: gnu: Add texlive-context., guix-commits, 2020/10/26
- 05/15: gnu: texlive-luatex-luaotfload: Use TeX Live sources., guix-commits, 2020/10/26
- 04/15: gnu: Replace texlive-latex-psnfss with texlive-psnfss., guix-commits, 2020/10/26
- 08/15: gnu: Replace texlive-metafont-base with texlive-metafont., guix-commits, 2020/10/26
- 06/15: gnu: texlive-base: Add texlive-cm-super to default set., guix-commits, 2020/10/26
- 09/15: gnu: discrover: Remove obsolete build phase., guix-commits, 2020/10/26
- 11/15: gnu: mit-scheme: Remove obsolete build phase., guix-commits, 2020/10/26
- 10/15: gnu: discrover: Use new texlive package names.,
guix-commits <=
- 13/15: gnu: gtk-doc: Remove obsolete build phase., guix-commits, 2020/10/26
- 14/15: gnu: sbcl: Remove obsolete build phase., guix-commits, 2020/10/26
- 12/15: gnu: hypre: Remove obsolete build phase., guix-commits, 2020/10/26
- 15/15: gnu: Replace texlive-latex-lh with texlive-lh., guix-commits, 2020/10/26
- 07/15: gnu: texlive-metafont-base: Install missing files., guix-commits, 2020/10/26