Unverified Commit 295c2bd7 authored by Leona Maroni's avatar Leona Maroni
Browse files

python3Packages.pybullet: fix build with GCC 14

parent 030e0581
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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