gravit: fix build with SDL_compat 1.2.70

Refer to https://github.com/libsdl-org/sdl12-compat/commit/6595f6e405844cbca4a55e47eaa29ccec0cdd75f
This commit is contained in:
Wim de With
2025-11-03 20:27:46 +01:00
parent d0de519c37
commit 81e03be2d4
+4
View File
@@ -64,6 +64,10 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
NIX_CFLAGS_COMPILE = [
"-DSDL_INCLUDE_GLU_H"
];
meta = {
broken = (stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isAarch64);
homepage = "https://github.com/gak/gravit";