mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01: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 @@
|
|||
(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