python3Packages.pybullet: fix build with GCC 14 (#407872)

This commit is contained in:
Atemu
2025-05-17 13:09:39 +02:00
committed by GitHub
@@ -29,6 +29,10 @@ buildPythonPackage rec {
propagatedBuildInputs = [ numpy ];
# Fix GCC 14 build.
# from incompatible pointer type [-Wincompatible-pointer-types
env.NIX_CFLAGS_COMPILE = "-Wno-error=incompatible-pointer-types";
patches = [
# make sure X11 and OpenGL can be found at runtime
./static-libs.patch