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
No known key found for this signature in database
GPG key ID: 5E4C836C632C2882

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" ];