From 7e3930a966c5ff78d7525152ed6548240f87ff6e Mon Sep 17 00:00:00 2001 From: Sergey Trofimov Date: Wed, 25 Dec 2024 15:01:01 +0100 Subject: [PATCH] gnu: beancount: Fix build. * gnu/packages/finance.scm (beancount) [native-inputs]: Add python-wheel and python-setuptools. Signed-off-by: Sharlatan Hellseher --- 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 @@ (define-public beancount (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 @@ (define-public beancount 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