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:
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…
Reference in a new issue