gnu: gnuplot: Remove input labels.
* gnu/packages/maths.scm (gnuplot)[inputs]: Move below native-inputs and sort. [native-inputs]: Remove labels. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
29c51c6525
commit
44c7098809
1 changed files with 3 additions and 3 deletions
|
@ -1130,10 +1130,10 @@ in the terminal or with an external viewer.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "112dplskbkdbaqi935m2xlk1xsw8s5l568wm7xad75hgp6x9py2i"))))
|
(base32 "112dplskbkdbaqi935m2xlk1xsw8s5l568wm7xad75hgp6x9py2i"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs (list readline cairo pango gd lua))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
(list pkg-config texlive-tiny))
|
||||||
("texlive" ,texlive-tiny)))
|
(inputs
|
||||||
|
(list cairo gd lua pango readline))
|
||||||
(arguments `(#:configure-flags (list (string-append
|
(arguments `(#:configure-flags (list (string-append
|
||||||
"--with-texdir=" %output
|
"--with-texdir=" %output
|
||||||
"/texmf-local/tex/latex/gnuplot"))
|
"/texmf-local/tex/latex/gnuplot"))
|
||||||
|
|
Reference in a new issue