guix-commits
[Top][All Lists]
Advanced

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

04/07: gnu: asymptote: Remove indirect TexLive dependency.


From: guix-commits
Subject: 04/07: gnu: asymptote: Remove indirect TexLive dependency.
Date: Fri, 1 Mar 2019 06:55:45 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 8983a52cb4b5fe2a1205c826aa60fa97f4f5fec1
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Mar 1 12:43:46 2019 +0100

    gnu: asymptote: Remove indirect TexLive dependency.
    
    * gnu/packages/plotutils.scm (asymptote)[native-inputs]: Remove
    texlive-generic-ifxetex from texlive-union.
---
 gnu/packages/plotutils.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/plotutils.scm b/gnu/packages/plotutils.scm
index 2a33069..22a62a0 100644
--- a/gnu/packages/plotutils.scm
+++ b/gnu/packages/plotutils.scm
@@ -188,11 +188,10 @@ colors, styles, options and details.")
        ("texinfo" ,texinfo)             ;For generating documentation
        ;; For the manual and the tests.
        ("texlive" ,(texlive-union (list texlive-fonts-amsfonts
-                                        texlive-generic-ifxetex
                                         texlive-latex-amsfonts
                                         texlive-latex-geometry
                                         texlive-latex-graphics
-                                        texlive-latex-oberdiek
+                                        texlive-latex-oberdiek ; for ifluatex
                                         texlive-latex-parskip
                                         texlive-tex-texinfo)))
        ("emacs" ,emacs-minimal)



reply via email to

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