Unverified Commit 5f221dca authored by Vladimír Čunát's avatar Vladimír Čunát Committed by GitHub
Browse files

gravit: Fix build with SDL_compat 1.2.70 (#458212)

parents c9f6ed8f 81e03be2
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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";