pythonPackages.box2d: fix build by moving swig2 to nativeBuildInputs
This commit is contained in:
parent
73b0114f70
commit
4c49c02073
@ -20,7 +20,8 @@ buildPythonPackage rec {
|
||||
sed -i "s/'Box2D.tests' : 'tests'//" setup.py
|
||||
'';
|
||||
|
||||
buildInputs = [ swig2 pkgs-box2d ];
|
||||
nativeBuildInputs = [ swig2 ];
|
||||
buildInputs = [ pkgs-box2d ];
|
||||
|
||||
# tests not included with pypi release
|
||||
doCheck = false;
|
||||
|
Loading…
Reference in New Issue
Block a user