~ruther/guix-local

e2945c650d14a6c3b74a717d4b6fda4573a941a1 — Sergey Trofimov 1 year, 6 months ago 848d9f3
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>
1 files changed, 6 insertions(+), 2 deletions(-)

M gnu/packages/finance.scm
M gnu/packages/finance.scm => gnu/packages/finance.scm +6 -2
@@ 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