pypyPackages.osprofiler: disable

This commit is contained in:
Domen Kožar 2015-10-28 21:12:28 +01:00
parent 5d21fabdee
commit 39ff564d97

View File

@ -11071,6 +11071,7 @@ let
osprofiler = buildPythonPackage rec {
name = "osprofiler-${version}";
version = "0.3.0";
disabled = isPyPy;
src = pkgs.fetchurl {
url = "https://pypi.python.org/packages/source/o/osprofiler/${name}.tar.gz";