summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2021-04-13 08:40:13 +0200
committerRicardo Wurmus <rekado@elephly.net>2021-04-13 13:41:17 +0200
commit1388c166e770f4ba4a24f0b45bf50d507b97cbe3 (patch)
tree48c026f68d52a82f07c5237c1e74a23de2559e0f /gnu/packages/python-xyz.scm
parent6b3872e871a4fbfd263a925e1546b02aa6dd5d5a (diff)
downloadguix-patches-1388c166e770f4ba4a24f0b45bf50d507b97cbe3.tar
guix-patches-1388c166e770f4ba4a24f0b45bf50d507b97cbe3.tar.gz
gnu: Remove python2-matplotlib-documentation.
* gnu/packages/python-xyz.scm (python2-matplotlib-documentation): Remove variable.
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm8
1 files changed, 0 insertions, 8 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 0285a89bca..1f76cfdce9 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -5432,14 +5432,6 @@ toolkits.")
(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")