gnu: octave-cli: Sort inputs alphabetically.
* gnu/packages/maths.scm (octave-cli)[inputs]: Sort inputs alphabetically.
This commit is contained in:
parent
4bac5bba51
commit
697df13f61
|
@ -1463,30 +1463,30 @@ can solve two kinds of problems:
|
||||||
"11wwxpy2q1bhxs2v41bqn05i2sb0905cj1xil6mg8l4k2kka4cq6"))))
|
"11wwxpy2q1bhxs2v41bqn05i2sb0905cj1xil6mg8l4k2kka4cq6"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("lapack" ,lapack)
|
`(("alsa-lib" ,alsa-lib)
|
||||||
("qhull" ,qhull)
|
("arpack" ,arpack-ng)
|
||||||
("readline" ,readline)
|
("curl" ,curl)
|
||||||
("gl2ps" ,gl2ps)
|
|
||||||
("glpk" ,glpk)
|
|
||||||
("fftw" ,fftw)
|
("fftw" ,fftw)
|
||||||
("fftwf" ,fftwf)
|
("fftwf" ,fftwf)
|
||||||
("arpack" ,arpack-ng)
|
|
||||||
("pcre" ,pcre)
|
|
||||||
("fltk" ,fltk)
|
("fltk" ,fltk)
|
||||||
("fontconfig" ,fontconfig)
|
("fontconfig" ,fontconfig)
|
||||||
("freetype" ,freetype)
|
("freetype" ,freetype)
|
||||||
|
("gl2ps" ,gl2ps)
|
||||||
|
("glpk" ,glpk)
|
||||||
|
("glu" ,glu)
|
||||||
|
("graphicsmagick" ,graphicsmagick)
|
||||||
("hdf5" ,hdf5)
|
("hdf5" ,hdf5)
|
||||||
|
("lapack" ,lapack)
|
||||||
|
("libsndfile" ,libsndfile)
|
||||||
("libxft" ,libxft)
|
("libxft" ,libxft)
|
||||||
("mesa" ,mesa)
|
("mesa" ,mesa)
|
||||||
("glu" ,glu)
|
("pcre" ,pcre)
|
||||||
("zlib" ,zlib)
|
|
||||||
("curl" ,curl)
|
|
||||||
("texinfo" ,texinfo)
|
|
||||||
("graphicsmagick" ,graphicsmagick)
|
|
||||||
("suitesparse" ,suitesparse)
|
|
||||||
("libsndfile" ,libsndfile)
|
|
||||||
("portaudio" ,portaudio)
|
("portaudio" ,portaudio)
|
||||||
("alsa-lib" ,alsa-lib)))
|
("qhull" ,qhull)
|
||||||
|
("readline" ,readline)
|
||||||
|
("suitesparse" ,suitesparse)
|
||||||
|
("texinfo" ,texinfo)
|
||||||
|
("zlib" ,zlib)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("lzip" ,lzip)
|
`(("lzip" ,lzip)
|
||||||
("gfortran" ,gfortran)
|
("gfortran" ,gfortran)
|
||||||
|
|
Loading…
Reference in New Issue