gnu: toot: Add missing input.
* gnu/packages/mastodon.scm (toot)[propagated-inputs]: Add python-urwid.master
parent
0576681c79
commit
324db47147
|
@ -50,6 +50,7 @@
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-beautifulsoup4" ,python-beautifulsoup4)
|
`(("python-beautifulsoup4" ,python-beautifulsoup4)
|
||||||
("python-requests" ,python-requests)
|
("python-requests" ,python-requests)
|
||||||
|
("python-urwid" ,python-urwid)
|
||||||
("python-wcwidth" ,python-wcwidth)))
|
("python-wcwidth" ,python-wcwidth)))
|
||||||
(home-page "https://github.com/ihabunek/toot/")
|
(home-page "https://github.com/ihabunek/toot/")
|
||||||
(synopsis "Mastodon CLI client")
|
(synopsis "Mastodon CLI client")
|
||||||
|
|
Reference in New Issue