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:
parent
2341cd6a3a
commit
2caa23f66d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user