gnu: Remove python2-matplotlib-documentation.
* gnu/packages/python-xyz.scm (python2-matplotlib-documentation): Remove variable.master
parent
6b3872e871
commit
1388c166e7
|
@ -5432,14 +5432,6 @@ toolkits.")
|
||||||
(description (package-description python-matplotlib))
|
(description (package-description python-matplotlib))
|
||||||
(license (package-license 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
|
(define-public python-matplotlib-venn
|
||||||
(package
|
(package
|
||||||
(name "python-matplotlib-venn")
|
(name "python-matplotlib-venn")
|
||||||
|
|
Reference in New Issue