[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: beancount: Disable sanity check.
From: |
guix-commits |
Subject: |
branch master updated: gnu: beancount: Disable sanity check. |
Date: |
Mon, 21 Mar 2022 14:59:09 -0400 |
This is an automated email from the git hooks/post-receive script.
cwebber pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new b61f7602bf gnu: beancount: Disable sanity check.
b61f7602bf is described below
commit b61f7602bf2174750dd85434d1a0f3a2dc6376bc
Author: Christine Lemmer-Webber <cwebber@dustycloud.org>
AuthorDate: Mon Mar 21 14:36:24 2022 -0400
gnu: beancount: Disable sanity check.
* gnu/packages/finance.scm (beancount): Disable sanity check.
---
gnu/packages/finance.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 985eaa87f7..9f2d055048 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -1724,7 +1724,9 @@ that allows you to run services and through them access
the Bitcoin Cash network
(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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: beancount: Disable sanity check.,
guix-commits <=