From 324db47147851bdbd1f824050537ee57ede2ad0b Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Tue, 3 Dec 2019 10:59:33 +0200 Subject: [PATCH] gnu: toot: Add missing input. * gnu/packages/mastodon.scm (toot)[propagated-inputs]: Add python-urwid. --- gnu/packages/mastodon.scm | 1 + 1 file changed, 1 insertion(+) 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 @@ (define-public toot (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")