mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +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,
|
||||
libpng,
|
||||
libtheora,
|
||||
# glx
|
||||
libX11,
|
||||
# glx
|
||||
libGLU,
|
||||
libGL,
|
||||
libXpm,
|
||||
|
@ -100,9 +100,9 @@ let
|
|||
libvorbis
|
||||
curl
|
||||
gmp
|
||||
libX11
|
||||
]
|
||||
++ lib.optionals withGLX [
|
||||
libX11
|
||||
libGLU
|
||||
libGL
|
||||
libXpm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue