gnu: Remove python2-matplotlib-documentation.

* gnu/packages/python-xyz.scm (python2-matplotlib-documentation): Remove variable.
This commit is contained in:
Ricardo Wurmus 2021-04-13 08:40:13 +02:00
parent 6b3872e871
commit 1388c166e7
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -5432,14 +5432,6 @@ (define-public python-matplotlib-documentation
(description (package-description python-matplotlib))
(license (package-license python-matplotlib))))
(define-public python2-matplotlib-documentation
(let ((parent (package-with-python2 python-matplotlib-documentation)))
(package
(inherit parent)
(native-inputs
(alist-delete "python-sphinx-copybutton"
(package-native-inputs parent))))))
(define-public python-matplotlib-venn
(package
(name "python-matplotlib-venn")