guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: toot: Make propagated-inputs regular inputs.


From: guix-commits
Subject: 02/03: gnu: toot: Make propagated-inputs regular inputs.
Date: Tue, 3 Dec 2019 04:11:07 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit d507ec0994f01ea681a12bfc29125504a9bfd38b
Author: Efraim Flashner <address@hidden>
Date:   Tue Dec 3 11:00:14 2019 +0200

    gnu: toot: Make propagated-inputs regular inputs.
    
    * gnu/packages/mastodon.scm (toot)[propagated-inputs]: Move all ...
    [inputs]: ... here.
---
 gnu/packages/mastodon.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/mastodon.scm b/gnu/packages/mastodon.scm
index f114645..54d4c53 100644
--- a/gnu/packages/mastodon.scm
+++ b/gnu/packages/mastodon.scm
@@ -47,7 +47,7 @@
              (invoke "py.test"))))))
     (native-inputs
      `(("python-pytest" ,python-pytest)))
-    (propagated-inputs
+    (inputs
      `(("python-beautifulsoup4" ,python-beautifulsoup4)
        ("python-requests" ,python-requests)
        ("python-urwid" ,python-urwid)



reply via email to

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