pypy: support only linux for now
This commit is contained in:
parent
a23b87a13a
commit
4a1e74673a
@ -87,7 +87,7 @@ let
|
|||||||
homepage = "http://pypy.org/";
|
homepage = "http://pypy.org/";
|
||||||
description = "PyPy is a fast, compliant alternative implementation of the Python language (2.7.3)";
|
description = "PyPy is a fast, compliant alternative implementation of the Python language (2.7.3)";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = platforms.all;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ iElectric ];
|
maintainers = with maintainers; [ iElectric ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user