mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 11:45:45 +03:00
xonotic: add missing xorg.libX11 depend
Without the change the build in `staging` fails as: ld: cannot find -lX11: No such file or directory
This commit is contained in:
parent
30edc74585
commit
0cedde399c
1 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,8 @@
|
||||||
freetype,
|
freetype,
|
||||||
libpng,
|
libpng,
|
||||||
libtheora,
|
libtheora,
|
||||||
# glx
|
|
||||||
libX11,
|
libX11,
|
||||||
|
# glx
|
||||||
libGLU,
|
libGLU,
|
||||||
libGL,
|
libGL,
|
||||||
libXpm,
|
libXpm,
|
||||||
|
@ -100,9 +100,9 @@ let
|
||||||
libvorbis
|
libvorbis
|
||||||
curl
|
curl
|
||||||
gmp
|
gmp
|
||||||
|
libX11
|
||||||
]
|
]
|
||||||
++ lib.optionals withGLX [
|
++ lib.optionals withGLX [
|
||||||
libX11
|
|
||||||
libGLU
|
libGLU
|
||||||
libGL
|
libGL
|
||||||
libXpm
|
libXpm
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue