summaryrefslogtreecommitdiff
path: root/gnu/packages/mastodon.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2019-12-03 11:00:14 +0200
committerEfraim Flashner <efraim@flashner.co.il>2019-12-03 11:00:14 +0200
commitd507ec0994f01ea681a12bfc29125504a9bfd38b (patch)
tree5a803f347528962657f59f8058397941c9d27058 /gnu/packages/mastodon.scm
parent324db47147851bdbd1f824050537ee57ede2ad0b (diff)
downloadguix-patches-d507ec0994f01ea681a12bfc29125504a9bfd38b.tar
guix-patches-d507ec0994f01ea681a12bfc29125504a9bfd38b.tar.gz
gnu: toot: Make propagated-inputs regular inputs.
* gnu/packages/mastodon.scm (toot)[propagated-inputs]: Move all ... [inputs]: ... here.
Diffstat (limited to 'gnu/packages/mastodon.scm')
-rw-r--r--gnu/packages/mastodon.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/mastodon.scm b/gnu/packages/mastodon.scm
index f1146454b3..54d4c539ec 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)