andreas pushed a commit to branch master
in repository guix.

commit 289adba7a374d73433e89673f0d202a4b769b568
Author: Andreas Enge <[email protected]>
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