opensoldat: add missing libX11

This commit is contained in:
Grimmauld 2025-04-06 19:54:41 +02:00
parent e9d153d175
commit c490d9578e

View file

@ -79,6 +79,7 @@ stdenv.mkDerivation rec {
physfs
openal
gamenetworkingsockets
xorg.libX11
];
# TODO(@sternenseemann): set proper rpath via cmake, so we don't need autoPatchelfHook
runtimeDependencies = [ xorg.libX11 ];