[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/37: gnu: discrover: Use new texlive package names.
From: |
guix-commits |
Subject: |
10/37: gnu: discrover: Use new texlive package names. |
Date: |
Wed, 23 Dec 2020 06:31:39 -0500 (EST) |
rekado pushed a commit to branch core-updates
in repository guix.
commit 07e08bc7d5e390a74c93927db40c81bf9419ad76
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 fc0b344..4976f61 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -2904,8 +2904,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 core-updates updated (959a397 -> 40f14e3), guix-commits, 2020/12/23
- 01/37: gnu: texlive-latex-base: Use character translation file., guix-commits, 2020/12/23
- 11/37: gnu: mit-scheme: Remove obsolete build phase., guix-commits, 2020/12/23
- 02/37: gnu: Add texlive-l3build., guix-commits, 2020/12/23
- 05/37: gnu: texlive-luatex-luaotfload: Use TeX Live sources., guix-commits, 2020/12/23
- 06/37: gnu: texlive-base: Add texlive-cm-super to default set., guix-commits, 2020/12/23
- 08/37: gnu: Replace texlive-metafont-base with texlive-metafont., guix-commits, 2020/12/23
- 10/37: gnu: discrover: Use new texlive package names.,
guix-commits <=
- 12/37: gnu: hypre: Remove obsolete build phase., guix-commits, 2020/12/23
- 14/37: gnu: sbcl: Remove obsolete build phase., guix-commits, 2020/12/23
- 13/37: gnu: gtk-doc: Remove obsolete build phase., guix-commits, 2020/12/23
- 15/37: gnu: Replace texlive-latex-lh with texlive-lh., guix-commits, 2020/12/23
- 25/37: gnu: Update references to texlive-knuth-lib., guix-commits, 2020/12/23
- 21/37: gnu: chez-web: Remove obsolete build phase., guix-commits, 2020/12/23
- 03/37: gnu: Add texlive-context., guix-commits, 2020/12/23
- 07/37: gnu: texlive-metafont-base: Install missing files., guix-commits, 2020/12/23
- 09/37: gnu: discrover: Remove obsolete build phase., guix-commits, 2020/12/23
- 17/37: gnu: lilypond: Remove obsolete build phase., guix-commits, 2020/12/23