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.
This commit is contained in:
Christopher Baines 2020-10-25 10:24:20 +00:00
parent d50ad6a7c6
commit 952c62762d
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -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")