mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: ngspice: Build with readline support.
Fixes <https://issues.guix.gnu.org/>. * gnu/packages/engineering.scm (ngspice) [configure-flags]: Add '--with-readline=yes'. Reported-by: Christopher Howard <christopher@librehacker.com>
This commit is contained in:
parent
3f922e229b
commit
8ef651b44c
1 changed files with 2 additions and 1 deletions
|
@ -1840,7 +1840,8 @@ (define-public ngspice
|
|||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments libngspice)
|
||||
((#:configure-flags flags)
|
||||
`(delete "--with-ngshared" ,flags))
|
||||
`(cons "--with-readline=yes"
|
||||
(delete "--with-ngshared" ,flags)))
|
||||
((#:phases phases)
|
||||
`(modify-phases ,phases
|
||||
(add-after 'unpack 'delete-include-files
|
||||
|
|
Loading…
Reference in a new issue