Commit 81e03be2 authored by Wim de With's avatar Wim de With
Browse files
parent d0de519c
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";