guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch core-updates-frozen updated: gnu: asymptote: Fix build.


From: guix-commits
Subject: branch core-updates-frozen updated: gnu: asymptote: Fix build.
Date: Wed, 24 Nov 2021 05:03:18 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch core-updates-frozen
in repository guix.

The following commit(s) were added to refs/heads/core-updates-frozen by this 
push:
     new 6605d9b  gnu: asymptote: Fix build.
6605d9b is described below

commit 6605d9ba356f7975e75c0664d9ef02bb7bc9cc1e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Nov 24 11:01:01 2021 +0100

    gnu: asymptote: Fix build.
    
    * gnu/packages/plotutils.scm (asymptote)[native-inputs]: Add
    texlive-dvips-l3backend, texlive-fonts-ec, texlive-generic-infwarerr,
    texlive-generic-kvdefinekeys, texlive-grfext, texlive-latex-kvoptions,
    texlive-latex-pdftexcmds.
---
 gnu/packages/plotutils.scm | 26 +++++++++++++++++---------
 1 file changed, 17 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/plotutils.scm b/gnu/packages/plotutils.scm
index 1452249..fb4bd2f 100644
--- a/gnu/packages/plotutils.scm
+++ b/gnu/packages/plotutils.scm
@@ -221,15 +221,23 @@ colors, styles, options and details.")
        ("perl" ,perl)
        ("texinfo" ,texinfo)             ;For generating documentation
        ;; For the manual and the tests.
-       ("texlive" ,(texlive-updmap.cfg (list texlive-amsfonts
-                                        texlive-epsf
-                                        texlive-etoolbox
-                                        texlive-latex-base
-                                        texlive-latex-geometry
-                                        texlive-latex-graphics
-                                        texlive-oberdiek ;for ifluatex
-                                        texlive-latex-parskip
-                                        texlive-tex-texinfo)))))
+       ("texlive" ,(texlive-updmap.cfg
+                    (list texlive-amsfonts
+                          texlive-dvips-l3backend
+                          texlive-epsf
+                          texlive-etoolbox
+                          texlive-fonts-ec
+                          texlive-generic-infwarerr
+                          texlive-generic-kvdefinekeys
+                          texlive-grfext
+                          texlive-latex-base
+                          texlive-latex-geometry
+                          texlive-latex-graphics
+                          texlive-latex-kvoptions
+                          texlive-latex-pdftexcmds
+                          texlive-oberdiek ;for ifluatex
+                          texlive-latex-parskip
+                          texlive-tex-texinfo)))))
     (inputs
      `(("fftw" ,fftw)
        ("freeglut" ,freeglut)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]