mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: beancount: Fix build.
* gnu/packages/finance.scm (beancount) [native-inputs]: Add python-wheel and python-setuptools. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
83e12a5410
commit
7e3930a966
1 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue