mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: Remove python2-pydot.
* gnu/packages/graphviz.scm (python2-pydot): Delete variable.
This commit is contained in:
parent
5a2079594f
commit
98b0ac0a77
1 changed files with 0 additions and 3 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue