Skip to content

Commit

Permalink
swfmill: Fix build on GCC 6
Browse files Browse the repository at this point in the history
  • Loading branch information
dezgeg committed Sep 14, 2017
1 parent 815135f commit c8c82a6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/tools/video/swfmill/default.nix
Expand Up @@ -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 = {
Expand Down

0 comments on commit c8c82a6

Please sign in to comment.