Skip to content

Commit 4215b39

Browse files
committedSep 14, 2017
swfmill: Fix build on GCC 6
https://hydra.nixos.org/build/60900173 (cherry picked from commit c8c82a6)
1 parent 9475c13 commit 4215b39

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎pkgs/tools/video/swfmill/default.nix

+3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ stdenv.mkDerivation rec {
1010
sha256 = "15mcpql448vvgsbxs7wd0vdk1ln6rdcpnif6i2zjm5l4xng55s7r";
1111
};
1212

13+
# Fixes build with GCC 6
14+
NIX_CFLAGS_COMPILE = "-std=c++03";
15+
1316
buildInputs = [ pkgconfig libxslt freetype libpng libxml2 ];
1417

1518
meta = {

0 commit comments

Comments
 (0)
Please sign in to comment.