rigel-engine: add missing libX11

This commit is contained in:
Grimmauld
2025-04-03 00:41:41 +02:00
parent 3c4a5b382f
commit cff80e28e7
+2
View File
@@ -3,6 +3,7 @@
stdenv,
fetchFromGitHub,
cmake,
libX11,
SDL2,
SDL2_mixer,
buildOpenGLES ? false,
@@ -25,6 +26,7 @@ stdenv.mkDerivation {
];
buildInputs = [
libX11
SDL2
SDL2_mixer
];