aranym: add missing libX11

This commit is contained in:
Grimmauld
2025-04-03 00:41:39 +02:00
parent 634445ac29
commit d1d3a06772
+2
View File
@@ -4,6 +4,7 @@
autoreconfHook,
fetchFromGitHub,
libGLU,
libX11,
pkg-config,
stdenv,
}:
@@ -26,6 +27,7 @@ stdenv.mkDerivation (finalAttrs: {
buildInputs = [
libGLU
libX11
SDL2
];