rekado pushed a commit to branch master
in repository guix.
commit e2945c650d14a6c3b74a717d4b6fda4573a941a1
Author: Sergey Trofimov <[email protected]>
AuthorDate: Wed Dec 25 15:01:01 2024 +0100
gnu: beancount: Fix build.
* gnu/packages/finance.scm (beancount)
[native-inputs]: Add python-wheel and python-setuptools.
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/finance.scm | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 149bebfa2f..15f85a10c0 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -2007,6 +2007,12 @@ that allows you to run services and through them access
the Bitcoin Cash network
(add-before 'check 'build-extensions
(lambda _
(invoke "python" "setup.py" "build_ext" "--inplace"))))))
+ (native-inputs
+ (list gnupg
+ python-pdfminer-six
+ python-pytest
+ python-setuptools
+ python-wheel))
(propagated-inputs
(list python-beautifulsoup4
python-bottle
@@ -2019,8 +2025,6 @@ that allows you to run services and through them access
the Bitcoin Cash network
python-oauth2client
python-ply
python-requests))
- (native-inputs
- (list gnupg python-pdfminer-six python-pytest))
(home-page "https://beancount.github.io/")
(synopsis "Command-line double-entry accounting tool")
(description