gnu: Remove python2-pydot.

* gnu/packages/graphviz.scm (python2-pydot): Delete variable.
This commit is contained in:
Maxim Cournoyer 2022-04-29 17:34:40 -04:00
parent 5a2079594f
commit 98b0ac0a77
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -403,9 +403,6 @@ (define-public python-pydot
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")