gnu: python2-numpy-documentation: Remove package.

* gnu/packages/python-xyz.scm (python2-numpy-documentation): Remove variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
zimoun 2021-06-08 16:37:48 +02:00 committed by Leo Famulari
parent 2b0eddbb39
commit 515360fdc7
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -5319,13 +5319,6 @@ (define-public python-numpy-documentation
(description (package-description python-numpy))
(license (package-license python-numpy))))
(define-public python2-numpy-documentation
(let ((numpy-documentation (package-with-python2 python-numpy-documentation)))
(package
(inherit numpy-documentation)
(native-inputs `(("python2-functools32" ,python2-functools32)
,@(package-native-inputs numpy-documentation))))))
(define-public python-pygit2
(package
(name "python-pygit2")