pythonPackages.runsnakerun: add performance/memory GUI profiler for python

This commit is contained in:
Domen Kožar
2014-11-04 18:18:48 +01:00
parent ca9097335d
commit b598f6af59
6 changed files with 55 additions and 1 deletions

View File

@@ -17,4 +17,8 @@ if isPyPy then throw "wxPython-${version} not supported for interpreter ${python
buildInputs = [ pkgconfig wxGTK (wxGTK.gtk) pythonPackages.python pythonPackages.wrapPython ];
passthru = { inherit wxGTK; };
meta = {
platforms = stdenv.lib.platforms.all;
};
}

View File

@@ -22,4 +22,8 @@ if isPyPy then throw "wxPython-${version} not supported for interpreter ${python
inherit openglSupport;
passthru = { inherit wxGTK openglSupport; };
}
meta = {
platforms = stdenv.lib.platforms.all;
};
}