asc: fix build for gcc47
This commit is contained in:
parent
c78bad69e1
commit
c3cefc669c
|
@ -10,6 +10,10 @@ stdenv.mkDerivation rec {
|
||||||
sha256 = "1r011l4gsliky6szjvda8xzyhkkc50ahrr7p14911v5ydar0w3hh";
|
sha256 = "1r011l4gsliky6szjvda8xzyhkkc50ahrr7p14911v5ydar0w3hh";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
configureFlags = [ "--disable-paragui" "--disable-paraguitest" ];
|
||||||
|
|
||||||
|
NIX_CFLAGS_COMPILE = "-fpermissive"; # I'm too lazy to catch all gcc47-related problems
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
SDL SDL_image SDL_mixer SDL_sound libsigcxx physfs boost expat freetype
|
SDL SDL_image SDL_mixer SDL_sound libsigcxx physfs boost expat freetype
|
||||||
libjpeg wxGTK lua perl pkgconfig zlib zip bzip2 libpng
|
libjpeg wxGTK lua perl pkgconfig zlib zip bzip2 libpng
|
||||||
|
|
Loading…
Reference in New Issue