pythonPackages.gprof2dot: remove linux platform restriction

appears to work on darwin
This commit is contained in:
Robert Scott 2019-06-02 22:11:18 +01:00
parent f24efd30fa
commit 3c79c31280

View File

@ -17,7 +17,6 @@ buildPythonApplication {
homepage = https://github.com/jrfonseca/gprof2dot;
description = "Python script to convert the output from many profilers into a dot graph";
license = licenses.lgpl3Plus;
platforms = platforms.linux;
maintainers = [ maintainers.pmiddend ];
};
}