pythonPackages.box2d: remove unnecessary pkgs-box2d buildInput
this dependency turns out to be completely unnecessary - the pypi package includes its own bundled copy of the source (i know - ew.) and building without pkgs-box2d results in a binary-identical .so. this has the side-effect of enabling this package on darwin, which was previously restricted by the apparently linux-only pkgs-box2d.
This commit is contained in:
committed by
Frederik Rietdijk
parent
4c49c02073
commit
d40894cbea
@@ -1314,7 +1314,7 @@ in {
|
||||
|
||||
bottle = callPackage ../development/python-modules/bottle { };
|
||||
|
||||
box2d = callPackage ../development/python-modules/box2d { pkgs-box2d = pkgs.box2d; };
|
||||
box2d = callPackage ../development/python-modules/box2d { };
|
||||
|
||||
branca = callPackage ../development/python-modules/branca { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user