gnu: gnuplot: Use G-expressions.
* gnu/packages/maths.scm (gnuplot)[arguments]: Use G-expressions. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
44c7098809
commit
a53bc40036
1 changed files with 6 additions and 5 deletions
|
|
@ -1134,11 +1134,12 @@ in the terminal or with an external viewer.")
|
||||||
(list pkg-config texlive-tiny))
|
(list pkg-config texlive-tiny))
|
||||||
(inputs
|
(inputs
|
||||||
(list cairo gd lua pango readline))
|
(list cairo gd lua pango readline))
|
||||||
(arguments `(#:configure-flags (list (string-append
|
(arguments
|
||||||
"--with-texdir=" %output
|
(list #:configure-flags
|
||||||
"/texmf-local/tex/latex/gnuplot"))
|
#~(list (string-append "--with-texdir=" #$output
|
||||||
;; Plot on a dumb terminal during tests.
|
"/texmf-local/tex/latex/gnuplot"))
|
||||||
#:make-flags '("GNUTERM=dumb")))
|
;; Plot on a dumb terminal during tests.
|
||||||
|
#:make-flags #~'("GNUTERM=dumb")))
|
||||||
(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 a new issue