mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
gnu: units: Add readline input.
* gnu/packages/maths.scm (units)[inputs]: Add readline.
This commit is contained in:
parent
0498d24866
commit
a254971350
1 changed files with 2 additions and 1 deletions
|
@ -201,7 +201,8 @@ (define-public units
|
|||
"11hnp3gcmcc5kci2caxw4hs6m08h2mhqs3xzqq7iafx1ha2ggwyw"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("python" ,python-wrapper) ;for 'units_cur' script
|
||||
`(("readline" ,readline)
|
||||
("python" ,python-wrapper) ;for 'units_cur' script
|
||||
("python-requests" ,python-requests)))
|
||||
(arguments
|
||||
`(#:phases (modify-phases %standard-phases
|
||||
|
|
Loading…
Reference in a new issue