diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2019-12-03 10:59:33 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2019-12-03 10:59:33 +0200 |
commit | 324db47147851bdbd1f824050537ee57ede2ad0b (patch) | |
tree | da6320378988c7734f4d748df1cfcf1628cd058b /gnu/packages/mastodon.scm | |
parent | 0576681c7906b367d562f4e45131a1670401fbb2 (diff) |
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.scm | 1 |
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") |