[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/12: gnu: hypre: Add missing dependencies on latex fonts.
From: |
guix-commits |
Subject: |
11/12: gnu: hypre: Add missing dependencies on latex fonts. |
Date: |
Thu, 23 Jun 2022 17:22:37 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit d651f28017db0c07d2e8490ce1e1ce12e00d98be
Author: Ontje Lünsdorf <ontje.luensdorf@dlr.de>
AuthorDate: Thu Jun 16 12:13:00 2022 +0200
gnu: hypre: Add missing dependencies on latex fonts.
* gnu/packages/maths.scm (hypre)[native-inputs]: Add TEXLIVE-COURIER and
TEXLIVE-HELVETIC.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/maths.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 0ad14ba36e..5e8fd7ae2d 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -5524,7 +5524,9 @@ set.")
texlive-capt-of
texlive-caption
texlive-cm
+ texlive-courier
texlive-etoolbox
+ texlive-helvetic
texlive-jknappen
texlive-sectsty
texlive-tex-gyre
- 03/12: gnu: wlroots: Replace input libinput by libinput-minimal., (continued)
- 03/12: gnu: wlroots: Replace input libinput by libinput-minimal., guix-commits, 2022/06/23
- 06/12: gnu: hikari: Replace input libinput by libinput-minimal., guix-commits, 2022/06/23
- 08/12: gnu: polybar: Update to 3.6.3., guix-commits, 2022/06/23
- 09/12: gnu: polybar: Simply inputs., guix-commits, 2022/06/23
- 04/12: gnu: sway: Replace input libinput by libinput-minimal., guix-commits, 2022/06/23
- 02/12: doc: Expound description of the <package> 'arguments' field., guix-commits, 2022/06/23
- 05/12: gnu: waybar: Replace input libinput by libinput-minimal., guix-commits, 2022/06/23
- 07/12: gnu: direnv: Update to 2.32.1., guix-commits, 2022/06/23
- 12/12: gnu: Add casacore., guix-commits, 2022/06/23
- 10/12: gnu: litecli: Update to 1.9.0., guix-commits, 2022/06/23
- 11/12: gnu: hypre: Add missing dependencies on latex fonts.,
guix-commits <=