aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2020-10-25 10:24:20 +0000
committerChristopher Baines <mail@cbaines.net>2020-10-26 15:58:08 +0000
commit952c62762d3bc8750dfd61a33b13d19ec9d775f7 (patch)
treefa2787cc7eca9da63858f6de345feb78caa8758b
parentd50ad6a7c66e26993a2e7467b8fa5c1ecbedd188 (diff)
downloadguix-952c62762d3bc8750dfd61a33b13d19ec9d775f7.tar
guix-952c62762d3bc8750dfd61a33b13d19ec9d775f7.tar.gz
gnu: python2-netcdf4: Remove package.
This fails to build, and as it's the Python 2 variant, I think it can be removed. * gnu/packages/python-xyz.scm (python2-netcdf4): Remove variable.
-rw-r--r--gnu/packages/python-xyz.scm3
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 751564f8de..63dadb2676 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -958,9 +958,6 @@ to users of that module.")
;; by the Expat license.
(license (list license:isc license:expat))))
-(define-public python2-netcdf4
- (package-with-python2 python-netcdf4))
-
(define-public python-license-expression
(package
(name "python-license-expression")