liquidwar: fix build after glibc upgrade

This commit is contained in:
Robin Gloster
2016-08-27 21:55:58 +00:00
parent d80ad66701
commit c30d4c732e

View File

@@ -26,6 +26,8 @@ stdenv.mkDerivation rec {
hardeningDisable = [ "format" ];
NIX_CFLAGS_COMPILE = "-Wno-error=deprecated-declarations";
# To avoid problems finding SDL_types.h.
configureFlags = [ "CFLAGS=-I${SDL.dev}/include/SDL" ];