gnu: gnuplot: Use texlive-minimal instead of texlive-bin.
* gnu/packages/maths.scm (gnuplot)[inputs]: Replace texlive-bin by texlive-minimal.master
parent
fb9ca51130
commit
289adba7a3
|
@ -354,9 +354,7 @@ singular value problems.")
|
||||||
("pango" ,pango)
|
("pango" ,pango)
|
||||||
("gd" ,gd)))
|
("gd" ,gd)))
|
||||||
(native-inputs `(("pkg-config" ,pkg-config)
|
(native-inputs `(("pkg-config" ,pkg-config)
|
||||||
;; Need 'tex', 'latex', 'pdflatex', 'kpsexand', and
|
("texlive" ,texlive-minimal)))
|
||||||
;; 'texhash' binaries.
|
|
||||||
("texlive" ,texlive-bin)))
|
|
||||||
(home-page "http://www.gnuplot.info")
|
(home-page "http://www.gnuplot.info")
|
||||||
(synopsis "Command-line driven graphing utility")
|
(synopsis "Command-line driven graphing utility")
|
||||||
(description "Gnuplot is a portable command-line driven graphing
|
(description "Gnuplot is a portable command-line driven graphing
|
||||||
|
|
Reference in New Issue