mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 17:46:43 +01:00
gnu: Add python2-objgraph.
* gnu/packages/python-xyz.scm (python2-objgraph): New public variable.
This commit is contained in:
parent
eebc03bbb8
commit
ffe58d1d44
1 changed files with 3 additions and 0 deletions
|
@ -10006,6 +10006,9 @@ (define-public python-objgraph
|
|||
graphviz.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public python2-objgraph
|
||||
(package-with-python2 python-objgraph))
|
||||
|
||||
(define-public python-gevent
|
||||
(package
|
||||
(name "python-gevent")
|
||||
|
|
Loading…
Reference in a new issue