summaryrefslogtreecommitdiff
path: root/gnu/packages/graphviz.scm
diff options
context:
space:
mode:
authorMathieu Othacehe <othacehe@gnu.org>2021-07-29 10:24:50 +0200
committerMathieu Othacehe <othacehe@gnu.org>2021-07-29 10:24:50 +0200
commitc56df3b9465b19b61c102019f599caf8303143a9 (patch)
treedaeb5d17d31181b9f815fbbc7dcc049a5ac0c06d /gnu/packages/graphviz.scm
parent370cb92eaa089af19c08d9a7b4f5a96ac5b27716 (diff)
downloadguix-patches-c56df3b9465b19b61c102019f599caf8303143a9.tar
guix-patches-c56df3b9465b19b61c102019f599caf8303143a9.tar.gz
gnu: python2-pygraphviz: Remove it.
* gnu/packages/graphviz.scm (python2-pygraphviz): Remove it.
Diffstat (limited to 'gnu/packages/graphviz.scm')
-rw-r--r--gnu/packages/graphviz.scm3
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/graphviz.scm b/gnu/packages/graphviz.scm
index ed8f55b9d9..1231b5b6d7 100644
--- a/gnu/packages/graphviz.scm
+++ b/gnu/packages/graphviz.scm
@@ -241,9 +241,6 @@ write, and draw graphs using Python to access the Graphviz graph data
structure and layout algorithms.")
(license license:bsd-3)))
-(define-public python2-pygraphviz
- (package-with-python2 python-pygraphviz))
-
(define-public python-uqbar
(package
(name "python-uqbar")