Unverified Commit 13cd8b84 authored by Ben Siraphob's avatar Ben Siraphob
Browse files

lambda-delta: fix build with clang

parent 666bb4ea
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -13,6 +13,10 @@ stdenv.mkDerivation rec {

  nativeBuildInputs = [ autoreconfHook pkg-config ];
  buildInputs = [ SDL2 ];
  env = lib.optionalAttrs stdenv.cc.isClang {
    NIX_CFLAGS_COMPILE = "-std=c89";
  };


  configureFlags = [ "--without-SDL1" ];