gnu: beancount: Do not propagate inputs.

* gnu/packages/finance.scm (beancount)[propagated-inputs]: Move everything
from here ...
[inputs]: ... to here.
This commit is contained in:
Marius Bakke 2020-04-07 18:43:54 +02:00
parent 805d70214a
commit 9afc618e1b
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -1424,7 +1424,7 @@ (define-public beancount
(substitute* "setup.py"
(("'google-api-python-client',") ""))
#t)))))
(propagated-inputs
(inputs
`(("python-beautifulsoup4" ,python-beautifulsoup4)
("python-bottle" ,python-bottle)
("python-chardet" ,python-chardet)