summaryrefslogtreecommitdiff
path: root/gnu/packages/serialization.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2019-10-31 00:45:16 +0100
committerMarius Bakke <mbakke@fastmail.com>2019-10-31 01:03:27 +0100
commit7973d59d1adeb54cffe486b53a3b9b9cfeb42868 (patch)
treef2cfc6bc9bf6251eb891f838990a5309239e74f0 /gnu/packages/serialization.scm
parent2ed626bf0d28df44328c1946cd69eb79a853c6e0 (diff)
downloadguix-patches-7973d59d1adeb54cffe486b53a3b9b9cfeb42868.tar
guix-patches-7973d59d1adeb54cffe486b53a3b9b9cfeb42868.tar.gz
gnu: Remove python2-feather-format.
This trivial package fails to build and has no reverse dependencies. * gnu/packages/serialization.scm (python2-feather-format): Remove variable.
Diffstat (limited to 'gnu/packages/serialization.scm')
-rw-r--r--gnu/packages/serialization.scm3
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/serialization.scm b/gnu/packages/serialization.scm
index 249b6f1af5..9c4952793f 100644
--- a/gnu/packages/serialization.scm
+++ b/gnu/packages/serialization.scm
@@ -524,6 +524,3 @@ game development and other performance-critical applications.")
(description "This package provides a Python wrapper library to the
Apache Arrow-based Feather binary columnar serialization data frame format.")
(license license:asl2.0)))
-
-(define-public python2-feather-format
- (package-with-python2 python-feather-format))