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,
yaml-cpp,
fmt,
xorg,
}:
let
sfl-src = fetchFromGitHub {
@ -68,6 +69,7 @@ stdenv.mkDerivation rec {
openal
yaml-cpp
fmt
xorg.libX11
];
meta = {