1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

pypyPackages.greenlet: disable

This commit is contained in:
Domen Kožar 2014-09-05 22:52:31 +02:00
parent 538195e088
commit 0fc621e666

View file

@ -3852,6 +3852,7 @@ rec {
greenlet = buildPythonPackage rec {
name = "greenlet-0.4.3";
disabled = isPyPy; # builtin for pypy
src = fetchurl {
url = "http://pypi.python.org/packages/source/g/greenlet/${name}.zip";