[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: asymptote: Fix build.
From: |
guix-commits |
Subject: |
branch master updated: gnu: asymptote: Fix build. |
Date: |
Fri, 08 May 2020 18:42:58 -0400 |
This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 36cf1ee gnu: asymptote: Fix build.
36cf1ee is described below
commit 36cf1ee7c644056be326655a17a20bfb2724b048
Author: Nicolas Goaziou <address@hidden>
AuthorDate: Sat May 9 00:42:19 2020 +0200
gnu: asymptote: Fix build.
* gnu/packages/plotutils.scm (asymptote)[native-inputs]: Add
texlive-etoolbox.
---
gnu/packages/plotutils.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/plotutils.scm b/gnu/packages/plotutils.scm
index a1e32eb..edd492c 100644
--- a/gnu/packages/plotutils.scm
+++ b/gnu/packages/plotutils.scm
@@ -217,6 +217,7 @@ colors, styles, options and details.")
;; For the manual and the tests.
("texlive" ,(texlive-union (list texlive-amsfonts
texlive-epsf
+ texlive-etoolbox
texlive-latex-base
texlive-latex-geometry
texlive-latex-graphics
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: asymptote: Fix build.,
guix-commits <=