python.pkgs.pybullet: init at 2.4.8 (#58448)
This commit is contained in:
13
pkgs/development/python-modules/pybullet/static-libs.patch
Normal file
13
pkgs/development/python-modules/pybullet/static-libs.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
diff --git a/setup.py b/setup.py
|
||||
index 98efabdbf..e69e79084 100644
|
||||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -563,6 +563,8 @@ print("-----")
|
||||
|
||||
extensions = []
|
||||
|
||||
+libraries += [ "X11", "GL" ] # statically link x11 and opengl
|
||||
+
|
||||
pybullet_ext = Extension("pybullet",
|
||||
sources = sources,
|
||||
libraries = libraries,
|
||||
Reference in New Issue
Block a user