aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2020-12-30 17:10:49 -0500
committerLeo Famulari <leo@famulari.name>2020-12-30 17:11:35 -0500
commitca065e60269571e38aee1b3e9a7e3843991359bd (patch)
tree5c85aba4f47042d4b98f49f122e0f2dff5607715
parentdd31176b969d59784c92c94c56a23af1d6278baa (diff)
downloadguix-ca065e60269571e38aee1b3e9a7e3843991359bd.tar
guix-ca065e60269571e38aee1b3e9a7e3843991359bd.tar.gz
gnu: Remove python2-pyarrow.
This package was failing to build and had no users in the tree. * gnu/packages/databases.scm (python2-pyarrow): Remove variable.
-rw-r--r--gnu/packages/databases.scm3
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 6c1bb7b34d..6e03724798 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -3806,9 +3806,6 @@ implementation, along with tools for interoperability with pandas, NumPy, and
other traditional Python scientific computing packages.")
(license license:asl2.0)))
-(define-public python2-pyarrow
- (package-with-python2 python-pyarrow))
-
(define-public python-crate
(package
(name "python-crate")