pypy: support only linux for now
This commit is contained in:
parent
a23b87a13a
commit
4a1e74673a
@ -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 ];
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user