diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-04-29 17:34:40 -0400 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-05-31 14:52:29 -0400 |
commit | 98b0ac0a77f9b72f58d5280776cbcce031e807aa (patch) | |
tree | 3eb218844e6a4b98e8eef6ac0c668c14ab09527c /gnu/packages/graphviz.scm | |
parent | 5a2079594f8049447c09af21e27d977bafe2c92d (diff) |
gnu: Remove python2-pydot.
* gnu/packages/graphviz.scm (python2-pydot): Delete variable.
Diffstat (limited to 'gnu/packages/graphviz.scm')
-rw-r--r-- | gnu/packages/graphviz.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/graphviz.scm b/gnu/packages/graphviz.scm index dfbb28a8a9..2a99c0988e 100644 --- a/gnu/packages/graphviz.scm +++ b/gnu/packages/graphviz.scm @@ -403,9 +403,6 @@ can be used either as a standalone application, or as a Python library.") graphs in Graphviz's DOT language, written in pure Python.") (license license:expat))) -(define-public python2-pydot - (package-with-python2 python-pydot)) - (define-public dot2tex (package (name "dot2tex") |