8 buildPythonPackage rec {
13 inherit pname version;
14 sha256 = "0178834759b63dc50388444d4ff8d1ae84e1ba110bb167419afee6bf4699b119";
17 buildInputs = [ nose ];
20 description = "A python nose plugin to profile using cProfile rather than the default Hotshot profiler";
21 homepage = "https://github.com/msherry/nose-cprof";
22 license = licenses.bsd0;