rrootage: fix build

commit 7aeac03 (PR #386495) dropped libX11 and libGLU from propagatedBuildInputs in SDL_compat, and #389106 pointed SDL to SDL_compat, which broke this build

Hydra fail: https://hydra.nixos.org/build/292771916
This commit is contained in:
Grimmauld 2025-03-18 23:19:09 +01:00
parent 2341cd6a3a
commit 2caa23f66d
No known key found for this signature in database

View File

@ -3,6 +3,8 @@
stdenv,
fetchpatch,
fetchurl,
libGL,
libGLU,
SDL,
SDL_mixer,
bulletml,
@ -47,6 +49,8 @@ stdenv.mkDerivation {
'';
buildInputs = [
libGL
libGLU
SDL
SDL_mixer
bulletml