freeciv_sdl2: add libx11 (#402189)

This commit is contained in:
Aleksana
2025-05-04 19:54:38 +08:00
committed by GitHub
+3 -1
View File
@@ -18,6 +18,7 @@
SDL2_image,
SDL2_ttf,
SDL2_gfx,
libX11,
freetype,
fluidsynth,
sdl2Client ? false,
@@ -72,12 +73,13 @@ stdenv.mkDerivation rec {
libiconv
icu
]
++ [
++ lib.optionals sdl2Client [
SDL2
SDL2_mixer
SDL2_image
SDL2_ttf
SDL2_gfx
libX11 # can be removed when https://github.com/freeciv/freeciv/commit/00a9d69fa38d8618893e1eaad2830abb395ef25b is tagged, likely in 3.2.0
freetype
fluidsynth
]