gnu: libngspice: Fix KiCad compilation.
* gnu/packages/engineering.scm (libngspice)[arguments]<#:configure-flags>: Pass "--with-readline=no". [inputs]: Remove readline. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
parent
347846ea86
commit
e22a711c97
1 changed files with 4 additions and 3 deletions
|
@ -1721,14 +1721,15 @@ (define-public libngspice
|
|||
"--enable-ciderlib"
|
||||
"--enable-xspice"
|
||||
"--with-ngshared"
|
||||
"--with-readline=yes")))
|
||||
;; Readline must be disabled to build KiCad with ngspice 34. See
|
||||
;; https://bugs.archlinux.org/task/70563 for reference.
|
||||
"--with-readline=no")))
|
||||
(native-inputs
|
||||
`(("bison" ,bison)
|
||||
("flex" ,flex)))
|
||||
(inputs
|
||||
`(("libxaw" ,libxaw)
|
||||
("mpi" ,openmpi)
|
||||
("readline" ,readline)))
|
||||
("mpi" ,openmpi)))
|
||||
(home-page "http://ngspice.sourceforge.net/")
|
||||
(synopsis "Mixed-level/mixed-signal circuit simulator")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue