~ruther/guix-local

c8fdd007f9430be7310b37153c92252b78bdac17 — Sharlatan Hellseher 2 years ago f121726
gnu: beancount: Adjust package style.

* gnu/packages/finance.scm (beancount) [arguments]: Use G-expressions.
<#:phases>: Remove trailing #f from lambda.

Change-Id: I3a248c0b233b0f4d73dcc01f269cfb0a12fe06ff
1 files changed, 11 insertions(+), 11 deletions(-)

M gnu/packages/finance.scm
M gnu/packages/finance.scm => gnu/packages/finance.scm +11 -11
@@ 1976,17 1976,17 @@ that allows you to run services and through them access the Bitcoin Cash network
       (patches (search-patches "beancount-disable-googleapis-fonts.patch"))))
    (build-system python-build-system)
    (arguments
     `(#:tests? #f  ; Says test is missing, not sure why
       #:phases
       (modify-phases %standard-phases
         ;; Not importing the googleapis package for now
         (add-after 'unpack 'ignore-googleapis
           (lambda _
             (substitute* "setup.py"
               (("'google-api-python-client',") ""))
             #t))
         ;; No module named 'google_auth_oauthlib'
         (delete 'sanity-check))))
     (list
      #:tests? #f  ; Says test is missing, not sure why
      #:phases
      #~(modify-phases %standard-phases
          ;; Not importing the googleapis package for now
          (add-after 'unpack 'ignore-googleapis
            (lambda _
              (substitute* "setup.py"
                (("'google-api-python-client',") ""))))
          ;; No module named 'google_auth_oauthlib'
          (delete 'sanity-check))))
    (inputs
     (list python-beautifulsoup4
           python-bottle