me
/
guix
Archived
1
0
Fork 0

gnu: toot: Make propagated-inputs regular inputs.

* gnu/packages/mastodon.scm (toot)[propagated-inputs]: Move all ...
[inputs]: ... here.
master
Efraim Flashner 2019-12-03 11:00:14 +02:00
parent 324db47147
commit d507ec0994
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 1 deletions

View 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)