ujson doesn't build on pypy

This commit is contained in:
Shea Levy 2014-10-08 10:27:34 -04:00
parent a9ce15dc99
commit 302fd99a11

View File

@ -10536,6 +10536,8 @@ let
ujson = buildPythonPackage rec {
name = "ujson-1.33";
disabled = isPyPy;
src = fetchurl {
url = "https://pypi.python.org/packages/source/u/ujson/${name}.zip";
md5 = "8148a2493fff78940feab1e11dc0a893";