Files
nixpkgs/pkgs/development/python-modules/pybullet/static-libs.patch
Michael Lingelbach 2eee73e4bb python.pkgs.pybullet: 2.6.1 -> 2.6.6
Update static-libs.patch

Add numpy to pybullet propagatedBuildInputs

Added numpy to build inputs

(cherry picked from commit c296c062232b503602c9779737c2e0e200cd732a)
2020-02-24 07:50:00 -08:00

14 lines
284 B
Diff

diff --git a/setup.py b/setup.py
index 6f7bd7589..321fc6ab0 100644
--- a/setup.py
+++ b/setup.py
@@ -465,6 +465,8 @@ print("-----")
extensions = []
+libraries += [ "X11", "GL" ] # statically link x11 and opengl
+
pybullet_ext = Extension(
"pybullet",
sources=sources,