pypy: support only linux for now

This commit is contained in:
Domen Kožar 2014-02-08 20:27:57 +01:00
parent a23b87a13a
commit 4a1e74673a

View file

@ -87,7 +87,7 @@ let
homepage = "http://pypy.org/";
description = "PyPy is a fast, compliant alternative implementation of the Python language (2.7.3)";
license = licenses.mit;
platforms = platforms.all;
platforms = platforms.linux;
maintainers = with maintainers; [ iElectric ];
};
};