mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: python-pyarrow: Refresh package style.
* gnu/packages/databases.scm: Apply new package style. Change-Id: I2f26ee6569f9d8a5730757ca7a9e3d612ac20f38
This commit is contained in:
parent
dbc64bef16
commit
d942cf18c2
1 changed files with 13 additions and 12 deletions
|
@ -5033,9 +5033,10 @@ (define-public python-pyarrow
|
|||
(name "python-pyarrow")
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
'(#:tests? #f ; XXX There are no tests in the "python" directory
|
||||
(list
|
||||
#:tests? #f ; XXX There are no tests in the "python" directory
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
#~(modify-phases %standard-phases
|
||||
(delete 'build) ; XXX the build is performed again during the install phase
|
||||
(add-after 'unpack 'enter-source-directory
|
||||
(lambda _ (chdir "python")))
|
||||
|
|
Loading…
Reference in a new issue