From 0cedde399cc6266b0c1d8fff6aaf6f036c93a9b5 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Wed, 2 Apr 2025 06:31:45 +0100 Subject: [PATCH] xonotic: add missing xorg.libX11 depend Without the change the build in `staging` fails as: ld: cannot find -lX11: No such file or directory --- pkgs/games/xonotic/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/games/xonotic/default.nix b/pkgs/games/xonotic/default.nix index f4aa2de0d37c..68687b9756a1 100644 --- a/pkgs/games/xonotic/default.nix +++ b/pkgs/games/xonotic/default.nix @@ -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