liquidwar: fix build after glibc upgrade
This commit is contained in:
@@ -26,6 +26,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
hardeningDisable = [ "format" ];
|
hardeningDisable = [ "format" ];
|
||||||
|
|
||||||
|
NIX_CFLAGS_COMPILE = "-Wno-error=deprecated-declarations";
|
||||||
|
|
||||||
# To avoid problems finding SDL_types.h.
|
# To avoid problems finding SDL_types.h.
|
||||||
configureFlags = [ "CFLAGS=-I${SDL.dev}/include/SDL" ];
|
configureFlags = [ "CFLAGS=-I${SDL.dev}/include/SDL" ];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user