ujson doesn't build on pypy
This commit is contained in:
parent
a9ce15dc99
commit
302fd99a11
@ -10536,6 +10536,8 @@ let
|
|||||||
ujson = buildPythonPackage rec {
|
ujson = buildPythonPackage rec {
|
||||||
name = "ujson-1.33";
|
name = "ujson-1.33";
|
||||||
|
|
||||||
|
disabled = isPyPy;
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://pypi.python.org/packages/source/u/ujson/${name}.zip";
|
url = "https://pypi.python.org/packages/source/u/ujson/${name}.zip";
|
||||||
md5 = "8148a2493fff78940feab1e11dc0a893";
|
md5 = "8148a2493fff78940feab1e11dc0a893";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user