openloco: add xorg.libX11 to build input (#400145)

This commit is contained in:
Luke Granger-Brown 2025-04-19 20:05:50 +01:00 committed by GitHub
commit d45138272a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,6 +11,7 @@
pkg-config, pkg-config,
yaml-cpp, yaml-cpp,
fmt, fmt,
xorg,
}: }:
let let
sfl-src = fetchFromGitHub { sfl-src = fetchFromGitHub {
@ -68,6 +69,7 @@ stdenv.mkDerivation rec {
openal openal
yaml-cpp yaml-cpp
fmt fmt
xorg.libX11
]; ];
meta = { meta = {