Skip to content
Snippets Groups Projects
Unverified Commit ffe58d1d authored by Marius Bakke's avatar Marius Bakke
Browse files

gnu: Add python2-objgraph.

* gnu/packages/python-xyz.scm (python2-objgraph): New public variable.
parent eebc03bb
No related branches found
No related tags found
No related merge requests found
...@@ -10006,6 +10006,9 @@ (define-public python-objgraph ...@@ -10006,6 +10006,9 @@ (define-public python-objgraph
graphviz.") graphviz.")
(license license:expat))) (license license:expat)))
   
(define-public python2-objgraph
(package-with-python2 python-objgraph))
(define-public python-gevent (define-public python-gevent
(package (package
(name "python-gevent") (name "python-gevent")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment