python-box2d: disable for python > 2.7
This commit is contained in:
parent
f18ede23bf
commit
b1dfef0f87
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user