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:
Paul A. Patience 2022-07-19 16:35:00 +00:00 committed by Efraim Flashner
parent 44c7098809
commit a53bc40036
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1134,11 +1134,12 @@ (define-public gnuplot
(list pkg-config texlive-tiny))
(inputs
(list cairo gd lua pango readline))
(arguments `(#:configure-flags (list (string-append
"--with-texdir=" %output
"/texmf-local/tex/latex/gnuplot"))
;; Plot on a dumb terminal during tests.
#:make-flags '("GNUTERM=dumb")))
(arguments
(list #:configure-flags
#~(list (string-append "--with-texdir=" #$output
"/texmf-local/tex/latex/gnuplot"))
;; Plot on a dumb terminal during tests.
#:make-flags #~'("GNUTERM=dumb")))
(home-page "http://www.gnuplot.info")
(synopsis "Command-line driven graphing utility")
(description "Gnuplot is a portable command-line driven graphing