gprof2dot: 2017-09-19 -> 2019-11-30
This commit is contained in:
parent
63fd250642
commit
0421b1316a
@ -1,20 +1,20 @@
|
|||||||
{ lib, fetchFromGitHub, buildPythonApplication, python, graphviz }:
|
{ lib, fetchFromGitHub, buildPythonApplication, python, graphviz }:
|
||||||
|
|
||||||
buildPythonApplication {
|
buildPythonApplication {
|
||||||
name = "gprof2dot-2017-09-19";
|
name = "gprof2dot-2019-11-30";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "jrfonseca";
|
owner = "jrfonseca";
|
||||||
repo = "gprof2dot";
|
repo = "gprof2dot";
|
||||||
rev = "2017.09.19";
|
rev = "2019.11.30";
|
||||||
sha256 = "1b5wvjv5ykbhz7aix7l3y7mg1hxi0vgak4a49gr92sdlz8blj51v";
|
sha256 = "1nw4cfwimd0djarw4wc756q095xir78js8flmycg6g7sl3l6p27s";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ graphviz ];
|
checkInputs = [ graphviz ];
|
||||||
checkPhase = "${python.interpreter} tests/test.py";
|
checkPhase = "${python.interpreter} tests/test.py";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = https://github.com/jrfonseca/gprof2dot;
|
homepage = "https://github.com/jrfonseca/gprof2dot";
|
||||||
description = "Python script to convert the output from many profilers into a dot graph";
|
description = "Python script to convert the output from many profilers into a dot graph";
|
||||||
license = licenses.lgpl3Plus;
|
license = licenses.lgpl3Plus;
|
||||||
maintainers = [ maintainers.pmiddend ];
|
maintainers = [ maintainers.pmiddend ];
|
||||||
|
Loading…
Reference in New Issue
Block a user