Merge remote-tracking branch 'upstream/master' into hardened-stdenv

This commit is contained in:
Robin Gloster
2016-04-18 13:49:22 +00:00
1369 changed files with 35810 additions and 10571 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
hardeningDisable = [ "format" ];
# To avoid problems finding SDL_types.h.
configureFlags = [ "CFLAGS=-I${SDL}/include/SDL" ];
configureFlags = [ "CFLAGS=-I${SDL.dev}/include/SDL" ];
meta = with stdenv.lib; {
description = "Quick tactics game";