1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-03-18 01:53:03 +00:00

python-box2d: disable for python > 2.7

This commit is contained in:
Raffael Mancini 2014-10-25 17:54:13 +02:00
parent f18ede23bf
commit b1dfef0f87

View file

@ -1059,6 +1059,7 @@ let
box2d = buildPythonPackage rec {
name = "box2d-${version}";
version = "2.3b0";
disabled = (!isPy27);
src = pkgs.fetchurl {
url = "https://pypi.python.org/packages/source/B/Box2D/Box2D-2.3b0.zip";