[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/06: gnu: discrover: Use new texlive package names.
From: |
guix-commits |
Subject: |
02/06: gnu: discrover: Use new texlive package names. |
Date: |
Mon, 26 Oct 2020 17:22:21 -0400 (EDT) |
rekado pushed a commit to branch wip-texlive
in repository guix.
commit 0a0e0a15e8e87b3808a422e5431cb479f27c704f
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 updated (86cab2c -> 07f6335), guix-commits, 2020/10/26
- 02/06: gnu: discrover: Use new texlive package names.,
guix-commits <=
- 03/06: gnu: mit-scheme: Remove obsolete build phase., guix-commits, 2020/10/26
- 04/06: gnu: hypre: Remove obsolete build phase., guix-commits, 2020/10/26
- 05/06: gnu: gtk-doc: Remove obsolete build phase., guix-commits, 2020/10/26
- 01/06: gnu: discrover: Remove obsolete build phase., guix-commits, 2020/10/26
- 06/06: gnu: sbcl: Remove obsolete build phase., guix-commits, 2020/10/26