openloco: add xorg.libX11 to build input

Fixes #399794
This commit is contained in:
Robin Appelman
2025-04-19 20:39:25 +02:00
parent 7f76f39830
commit 5f70f8658b

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 = {