3
0
Fork 0
forked from mirrors/nixpkgs

swfmill: Fix build on GCC 6

https://hydra.nixos.org/build/60900173
This commit is contained in:
Tuomas Tynkkynen 2017-09-14 18:20:27 +03:00
parent 815135f31b
commit c8c82a67f0

View file

@ -10,6 +10,9 @@ stdenv.mkDerivation rec {
sha256 = "15mcpql448vvgsbxs7wd0vdk1ln6rdcpnif6i2zjm5l4xng55s7r";
};
# Fixes build with GCC 6
NIX_CFLAGS_COMPILE = "-std=c++03";
buildInputs = [ pkgconfig libxslt freetype libpng libxml2 ];
meta = {