gnu: toot: Make propagated-inputs regular inputs.
authorEfraim Flashner <efraim@flashner.co.il>
Tue, 3 Dec 2019 09:00:14 +0000 (11:00 +0200)
committerEfraim Flashner <efraim@flashner.co.il>
Tue, 3 Dec 2019 09:00:14 +0000 (11:00 +0200)
* gnu/packages/mastodon.scm (toot)[propagated-inputs]: Move all ...
[inputs]: ... here.

gnu/packages/mastodon.scm

index f114645..54d4c53 100644 (file)
@@ -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)