3
5
Fork 0
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:
Efraim Flashner 2019-12-03 10:59:33 +02:00
parent 0576681c79
commit 324db47147
Signed by untrusted user: efraim
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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")