guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/03: gnu: toot: Add missing input.


From: guix-commits
Subject: 01/03: gnu: toot: Add missing input.
Date: Tue, 3 Dec 2019 04:11:06 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 324db47147851bdbd1f824050537ee57ede2ad0b
Author: Efraim Flashner <address@hidden>
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

[Prev in Thread] Current Thread [Next in Thread]