mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
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
1 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,8 @@
|
||||||
stdenv,
|
stdenv,
|
||||||
fetchpatch,
|
fetchpatch,
|
||||||
fetchurl,
|
fetchurl,
|
||||||
|
libGL,
|
||||||
|
libGLU,
|
||||||
SDL,
|
SDL,
|
||||||
SDL_mixer,
|
SDL_mixer,
|
||||||
bulletml,
|
bulletml,
|
||||||
|
@ -47,6 +49,8 @@ stdenv.mkDerivation {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
libGL
|
||||||
|
libGLU
|
||||||
SDL
|
SDL
|
||||||
SDL_mixer
|
SDL_mixer
|
||||||
bulletml
|
bulletml
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue