guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: gnuplot: Use texlive-minimal instead of texlive-bin.


From: Andreas Enge
Subject: 01/04: gnu: gnuplot: Use texlive-minimal instead of texlive-bin.
Date: Wed, 09 Mar 2016 21:37:07 +0000

andreas pushed a commit to branch master
in repository guix.

commit 289adba7a374d73433e89673f0d202a4b769b568
Author: Andreas Enge <address@hidden>
Date:   Sat Mar 5 21:41:03 2016 +0100

    gnu: gnuplot: Use texlive-minimal instead of texlive-bin.
    
    * gnu/packages/maths.scm (gnuplot)[inputs]: Replace texlive-bin by
      texlive-minimal.
---
 gnu/packages/maths.scm |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 6a9715d..159e26f 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -354,9 +354,7 @@ singular value problems.")
               ("pango" ,pango)
               ("gd" ,gd)))
     (native-inputs `(("pkg-config" ,pkg-config)
-                     ;; Need 'tex', 'latex', 'pdflatex', 'kpsexand', and
-                     ;; 'texhash' binaries.
-                     ("texlive" ,texlive-bin)))
+                     ("texlive" ,texlive-minimal)))
     (home-page "http://www.gnuplot.info";)
     (synopsis "Command-line driven graphing utility")
     (description "Gnuplot is a portable command-line driven graphing



reply via email to

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