mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
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:
parent
805d70214a
commit
9afc618e1b
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue