diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-04-13 08:40:13 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-04-13 13:41:17 +0200 |
commit | 1388c166e770f4ba4a24f0b45bf50d507b97cbe3 (patch) | |
tree | 48c026f68d52a82f07c5237c1e74a23de2559e0f | |
parent | 6b3872e871a4fbfd263a925e1546b02aa6dd5d5a (diff) | |
download | guix-1388c166e770f4ba4a24f0b45bf50d507b97cbe3.tar guix-1388c166e770f4ba4a24f0b45bf50d507b97cbe3.tar.gz |
gnu: Remove python2-matplotlib-documentation.
* gnu/packages/python-xyz.scm (python2-matplotlib-documentation): Remove variable.
-rw-r--r-- | gnu/packages/python-xyz.scm | 8 |
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") |