mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 19:49:25 -05:00
gnu: toot: Add missing input.
* gnu/packages/mastodon.scm (toot)[propagated-inputs]: Add python-urwid.
This commit is contained in:
parent
0576681c79
commit
324db47147
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ (define-public toot
|
|||
(propagated-inputs
|
||||
`(("python-beautifulsoup4" ,python-beautifulsoup4)
|
||||
("python-requests" ,python-requests)
|
||||
("python-urwid" ,python-urwid)
|
||||
("python-wcwidth" ,python-wcwidth)))
|
||||
(home-page "https://github.com/ihabunek/toot/")
|
||||
(synopsis "Mastodon CLI client")
|
||||
|
|
Loading…
Reference in a new issue