mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: gnuplot: Use texlive-minimal instead of texlive-bin.
* gnu/packages/maths.scm (gnuplot)[inputs]: Replace texlive-bin by texlive-minimal.
This commit is contained in:
parent
fb9ca51130
commit
289adba7a3
1 changed files with 1 additions and 3 deletions
|
@ -354,9 +354,7 @@ (define-public gnuplot
|
|||
("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
|
||||
|
|
Loading…
Reference in a new issue