gnu: beancount: Disable sanity check.

* gnu/packages/finance.scm (beancount): Disable sanity check.
This commit is contained in:
Christine Lemmer-Webber 2022-03-21 14:36:24 -04:00
parent a1632d5952
commit b61f7602bf
No known key found for this signature in database
GPG key ID: 4BC025925FF8F4D3

View file

@ -1724,7 +1724,9 @@ (define-public beancount
(lambda _
(substitute* "setup.py"
(("'google-api-python-client',") ""))
#t)))))
#t))
;; No module named 'google_auth_oauthlib'
(delete 'sanity-check))))
(inputs
(list python-beautifulsoup4
python-bottle