efraim pushed a commit to branch master
in repository guix.

commit 324db47147851bdbd1f824050537ee57ede2ad0b
Author: Efraim Flashner <efr...@flashner.co.il>
Date:   Tue Dec 3 10:59:33 2019 +0200

    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 d2370f2..f114645 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")

Reply via email to