diff options
author | Andreas Enge <andreas@enge.fr> | 2016-03-05 21:41:03 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2016-03-09 22:36:45 +0100 |
commit | 289adba7a374d73433e89673f0d202a4b769b568 (patch) | |
tree | db36c4ab86be24aa7e054a78562b88008cbd6aa3 /gnu/packages/maths.scm | |
parent | fb9ca51130a6939a665dccbc331de3e30cf8dd88 (diff) | |
download | patches-289adba7a374d73433e89673f0d202a4b769b568.tar patches-289adba7a374d73433e89673f0d202a4b769b568.tar.gz |
gnu: gnuplot: Use texlive-minimal instead of texlive-bin.
* gnu/packages/maths.scm (gnuplot)[inputs]: Replace texlive-bin by
texlive-minimal.
Diffstat (limited to 'gnu/packages/maths.scm')
-rw-r--r-- | 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 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 |