love_0_10: add missing xorg.libX11 depend (#396117)

This commit is contained in:
7c6f434c
2025-04-04 20:41:25 +00:00
committed by GitHub
@@ -20,6 +20,7 @@
autoconf,
automake,
libtool,
xorg,
}:
stdenv.mkDerivation rec {
@@ -40,6 +41,7 @@ stdenv.mkDerivation rec {
];
buildInputs = [
SDL2
xorg.libX11 # SDl2 optional depend, for SDL_syswm.h
libGLU
libGL
openal