crossfire-client: 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/292730126
This commit is contained in:
parent
2341cd6a3a
commit
0ebdcc7447
@ -9,6 +9,8 @@
|
||||
gtk2,
|
||||
pcre,
|
||||
zlib,
|
||||
libGL,
|
||||
libGLU,
|
||||
libpng,
|
||||
fribidi,
|
||||
harfbuzzFull,
|
||||
@ -45,6 +47,8 @@ stdenv.mkDerivation {
|
||||
gtk2
|
||||
pcre
|
||||
zlib
|
||||
libGL
|
||||
libGLU
|
||||
libpng
|
||||
fribidi
|
||||
harfbuzzFull
|
||||
|
Loading…
Reference in New Issue
Block a user