gnu: octave: Remove input labels.

* gnu/packages/maths.scm (octave-cli) [source]: Fix indentation.
[inputs]: Remove labels.
[arguments]: Delete trailing #t.
This commit is contained in:
Maxim Cournoyer 2023-03-23 23:08:31 -04:00
parent c494ef1abb
commit 28f046eadc
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -3044,44 +3044,44 @@ (define-public octave-cli
(version "8.1.0") (version "8.1.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnu/octave/octave-" (uri (string-append "mirror://gnu/octave/octave-"
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"00lis18dsb13v9nvz0z4cs7v4y634jc0vb04lxfw9pshwriikglv")))) "00lis18dsb13v9nvz0z4cs7v4y634jc0vb04lxfw9pshwriikglv"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("alsa-lib" ,alsa-lib) (list alsa-lib
("arpack" ,arpack-ng) arpack-ng
("bdb" ,bdb) bdb
("curl" ,curl) curl
("fftw" ,fftw) fftw
("fftwf" ,fftwf) fftwf
("fltk" ,fltk) fltk
("fontconfig" ,fontconfig) fontconfig
("freetype" ,freetype) freetype
("gl2ps" ,gl2ps) gl2ps
("glpk" ,glpk) glpk
("glu" ,glu) glu
("graphicsmagick" ,graphicsmagick) graphicsmagick
;; TODO: libjpeg-turbo is indirectly required through libtiff. In ;; TODO: libjpeg-turbo is indirectly required through libtiff. In
;; the next rebuild cycle, add an absolute reference for -ljpeg in ;; the next rebuild cycle, add an absolute reference for -ljpeg in
;; libtiff.la instead of having to provide it here. ;; libtiff.la instead of having to provide it here.
("libjpeg" ,libjpeg-turbo) libjpeg-turbo
("hdf5" ,hdf5) hdf5
("lapack" ,lapack) lapack
("libsndfile" ,libsndfile) libsndfile
("libxft" ,libxft) libxft
("mesa" ,mesa) mesa
("pcre" ,pcre) pcre
("portaudio" ,portaudio) portaudio
("qhull" ,qhull) qhull
("readline" ,readline) readline
("suitesparse" ,suitesparse) suitesparse
("zlib" ,zlib))) zlib))
(native-inputs (native-inputs
(list gfortran (list gfortran
pkg-config pkg-config
@ -3121,8 +3121,7 @@ (define-public octave-cli
(substitute* "libinterp/corefcn/help.h" (substitute* "libinterp/corefcn/help.h"
(("\"makeinfo\"") (("\"makeinfo\"")
(string-append (string-append
"\"" (assoc-ref inputs "texinfo") "/bin/makeinfo\""))) "\"" (assoc-ref inputs "texinfo") "/bin/makeinfo\""))))))))
#t)))))
(home-page "https://www.gnu.org/software/octave/") (home-page "https://www.gnu.org/software/octave/")
(synopsis "High-level language for numerical computation (no GUI)") (synopsis "High-level language for numerical computation (no GUI)")
(description "GNU Octave is a high-level interpreted language that is (description "GNU Octave is a high-level interpreted language that is