gnu: beancount: Adjust package style.
* gnu/packages/finance.scm (beancount) [arguments]: Use G-expressions. <#:phases>: Remove trailing #f from lambda. Change-Id: I3a248c0b233b0f4d73dcc01f269cfb0a12fe06ff
This commit is contained in:
parent
f12172612d
commit
c8fdd007f9
1 changed files with 11 additions and 11 deletions
|
@ -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"))))
|
(patches (search-patches "beancount-disable-googleapis-fonts.patch"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; Says test is missing, not sure why
|
(list
|
||||||
#:phases
|
#:tests? #f ; Says test is missing, not sure why
|
||||||
(modify-phases %standard-phases
|
#:phases
|
||||||
;; Not importing the googleapis package for now
|
#~(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'ignore-googleapis
|
;; Not importing the googleapis package for now
|
||||||
(lambda _
|
(add-after 'unpack 'ignore-googleapis
|
||||||
(substitute* "setup.py"
|
(lambda _
|
||||||
(("'google-api-python-client',") ""))
|
(substitute* "setup.py"
|
||||||
#t))
|
(("'google-api-python-client',") ""))))
|
||||||
;; No module named 'google_auth_oauthlib'
|
;; No module named 'google_auth_oauthlib'
|
||||||
(delete 'sanity-check))))
|
(delete 'sanity-check))))
|
||||||
(inputs
|
(inputs
|
||||||
(list python-beautifulsoup4
|
(list python-beautifulsoup4
|
||||||
python-bottle
|
python-bottle
|
||||||
|
|
Reference in a new issue