pythonPackages.django_silk: fix build by adding gprof2dot dependency
This commit is contained in:
parent
f11a3e6685
commit
bd89694ca3
@ -12,6 +12,7 @@
|
|||||||
, pytz
|
, pytz
|
||||||
, pillow
|
, pillow
|
||||||
, mock
|
, mock
|
||||||
|
, gprof2dot
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
@ -26,7 +27,11 @@ buildPythonPackage rec {
|
|||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
buildInputs = [ mock ];
|
buildInputs = [ mock ];
|
||||||
propagatedBuildInputs = [ django pygments simplejson dateutil requests sqlparse jinja2 autopep8 pytz pillow ];
|
propagatedBuildInputs = [
|
||||||
|
django pygments simplejson dateutil requests
|
||||||
|
sqlparse jinja2 autopep8 pytz pillow gprof2dot
|
||||||
|
];
|
||||||
|
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Silky smooth profiling for the Django Framework";
|
description = "Silky smooth profiling for the Django Framework";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user