assaultcube: add missing inputs for sdl2-compat, unbreak

This commit is contained in:
Peder Bergebakken Sundt 2025-05-05 03:02:43 +02:00
parent 61f968627e
commit 11425c6e25

View file

@ -10,6 +10,8 @@
libvorbis,
SDL2,
SDL2_image,
libGL,
libX11,
makeWrapper,
zlib,
file,
@ -43,6 +45,8 @@ stdenv.mkDerivation rec {
openal
SDL2
SDL2_image
libGL
libX11
libogg
libvorbis
];