mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: octave: Build with gl2ps support.
* gnu/packages/maths.scm (octave)[inputs]: Add gl2ps. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
725d8d2c08
commit
181170c6ee
1 changed files with 1 additions and 0 deletions
|
@ -1001,6 +1001,7 @@ (define-public octave
|
|||
(inputs
|
||||
`(("lapack" ,lapack)
|
||||
("readline" ,readline)
|
||||
("gl2ps" ,gl2ps)
|
||||
("glpk" ,glpk)
|
||||
("fftw" ,fftw)
|
||||
("fftwf" ,fftwf)
|
||||
|
|
Loading…
Reference in a new issue