pythonPackages.gprof2dot: remove linux platform restriction
appears to work on darwin
This commit is contained in:
parent
f24efd30fa
commit
3c79c31280
@ -17,7 +17,6 @@ buildPythonApplication {
|
|||||||
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;
|
||||||
platforms = platforms.linux;
|
|
||||||
maintainers = [ maintainers.pmiddend ];
|
maintainers = [ maintainers.pmiddend ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user