summaryrefslogtreecommitdiff
path: root/gnu/packages/mastodon.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2019-12-03 10:59:33 +0200
committerEfraim Flashner <efraim@flashner.co.il>2019-12-03 10:59:33 +0200
commit324db47147851bdbd1f824050537ee57ede2ad0b (patch)
treeda6320378988c7734f4d748df1cfcf1628cd058b /gnu/packages/mastodon.scm
parent0576681c7906b367d562f4e45131a1670401fbb2 (diff)
downloadpatches-324db47147851bdbd1f824050537ee57ede2ad0b.tar
patches-324db47147851bdbd1f824050537ee57ede2ad0b.tar.gz
gnu: toot: Add missing input.
* gnu/packages/mastodon.scm (toot)[propagated-inputs]: Add python-urwid.
Diffstat (limited to 'gnu/packages/mastodon.scm')
-rw-r--r--gnu/packages/mastodon.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/mastodon.scm b/gnu/packages/mastodon.scm
index d2370f2527..f1146454b3 100644
--- a/gnu/packages/mastodon.scm
+++ b/gnu/packages/mastodon.scm
@@ -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")