summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/rangehttpserver
diff options
context:
space:
mode:
authordiniamo <diniamo53@gmail.com>2025-07-05 11:54:22 +0200
committerdiniamo <diniamo53@gmail.com>2025-07-05 12:09:56 +0200
commit883da1e702cd76a067a66e84e74e3964f9153b54 (patch)
tree3054073eb9ef5924c64fb1695128b7a5bfdfa907 /pkgs/development/python-modules/rangehttpserver
parent94333fdc23c185547fe794634f277dee8b521e10 (diff)
odin: use external Raylib instead of vendored
The default behavior is to use the statically linked Raylib libraries, but GLFW still attempts to load Xlib at runtime, which won't normally be available on Nix based systems. Instead, use the "system" Raylib version, which can be provided by a pure Nix expression, for example in a shell. The alternative solution would be to either - replace the vendored libraries with ones from the nixpkgs Raylib derivation - patch the vendored libraries with the required dependencies Both of these solutions require making the Odin package depend on libraries that it shouldn't.
Diffstat (limited to 'pkgs/development/python-modules/rangehttpserver')
0 files changed, 0 insertions, 0 deletions