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:
John Doe 2020-12-01 02:15:20 +01:00 committed by Tobias Geerinckx-Rice
parent 6b6efa84e0
commit e76867e285
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -716,6 +716,8 @@ (define-public bc
("ed" ,ed)
("flex" ,flex)
("texinfo" ,texinfo)))
(inputs
`(("readline" ,readline)))
(arguments
'(#:configure-flags
(list "--with-readline")