mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: Remove python2-matplotlib-documentation.
* gnu/packages/python-xyz.scm (python2-matplotlib-documentation): Remove variable.
This commit is contained in:
parent
6b3872e871
commit
1388c166e7
1 changed files with 0 additions and 8 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue