gravit: Fix build with SDL_compat 1.2.70 (#458212)

This commit is contained in:
Vladimír Čunát
2025-11-09 08:27:44 +00:00
committed by GitHub
+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";