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
@ -5033,9 +5033,10 @@ algorithm implementations.")
|
|||||||
(name "python-pyarrow")
|
(name "python-pyarrow")
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(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
|
#:phases
|
||||||
(modify-phases %standard-phases
|
#~(modify-phases %standard-phases
|
||||||
(delete 'build) ; XXX the build is performed again during the install phase
|
(delete 'build) ; XXX the build is performed again during the install phase
|
||||||
(add-after 'unpack 'enter-source-directory
|
(add-after 'unpack 'enter-source-directory
|
||||||
(lambda _ (chdir "python")))
|
(lambda _ (chdir "python")))
|
||||||
|
Loading…
Reference in New Issue
Block a user