From 289adba7a374d73433e89673f0d202a4b769b568 Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Sat, 5 Mar 2016 21:41:03 +0100 Subject: 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 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 6a9715db73..159e26fc51 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 -- cgit v1.2.3