gnu: bc: Add readline support.
The ‘--with-readline’ flag does nothing without a readline input. * gnu/packages/algebra.scm (bc)[inputs]: Add readline. Reported by fnstudio in #guix Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
This commit is contained in:
parent
6b6efa84e0
commit
e76867e285
@ -716,6 +716,8 @@ binary.")
|
||||
("ed" ,ed)
|
||||
("flex" ,flex)
|
||||
("texinfo" ,texinfo)))
|
||||
(inputs
|
||||
`(("readline" ,readline)))
|
||||
(arguments
|
||||
'(#:configure-flags
|
||||
(list "--with-readline")
|
||||
|
Loading…
Reference in New Issue
Block a user