summaryrefslogtreecommitdiff
path: root/gnu/packages/graph.scm
diff options
context:
space:
mode:
authorzimoun <zimon.toutoune@gmail.com>2021-06-23 17:52:27 +0200
committerLudovic Courtès <ludo@gnu.org>2021-06-29 12:37:32 +0200
commit24c7e0497d69eea6570161dc8beba8d6fb9debaf (patch)
treedb6c55d3070f040a00eaa0881dc270345195d908 /gnu/packages/graph.scm
parent846b1056e8e11cce1258194def13b796d78349d7 (diff)
downloadguix-patches-24c7e0497d69eea6570161dc8beba8d6fb9debaf.tar
guix-patches-24c7e0497d69eea6570161dc8beba8d6fb9debaf.tar.gz
gnu: python2-plotly: Remove package.
* gnu/packages/graph.scm (python2-plotly): Remove variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/graph.scm')
-rw-r--r--gnu/packages/graph.scm3
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/graph.scm b/gnu/packages/graph.scm
index 552a8a7848..42bd37a07a 100644
--- a/gnu/packages/graph.scm
+++ b/gnu/packages/graph.scm
@@ -232,9 +232,6 @@ subplots, multiple-axes, polar charts, and bubble charts. ")
(arguments
'(#:tests? #f)))) ; The tests are not distributed in the release
-(define-public python2-plotly
- (package-with-python2 python-plotly-2.4.1))
-
(define-public python-louvain
(package
(name "python-louvain")