gnu: beancount: Disable sanity check.
* gnu/packages/finance.scm (beancount): Disable sanity check.master
parent
a1632d5952
commit
b61f7602bf
|
@ -1724,7 +1724,9 @@ that allows you to run services and through them access the Bitcoin Cash network
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "setup.py"
|
(substitute* "setup.py"
|
||||||
(("'google-api-python-client',") ""))
|
(("'google-api-python-client',") ""))
|
||||||
#t)))))
|
#t))
|
||||||
|
;; No module named 'google_auth_oauthlib'
|
||||||
|
(delete 'sanity-check))))
|
||||||
(inputs
|
(inputs
|
||||||
(list python-beautifulsoup4
|
(list python-beautifulsoup4
|
||||||
python-bottle
|
python-bottle
|
||||||
|
|
Reference in New Issue