Skip to content

Commit

Permalink
Merge #36645: mps: fix build with gcc7
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Mar 9, 2018
2 parents 13c8e01 + f28e94a commit 897cecf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkgs/development/libraries/mps/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ autoreconfHook ];
buildInputs = [ sqlite ];

# needed for 1.116.0 to build with gcc7
NIX_CFLAGS_COMPILE = [
"-Wno-implicit-fallthrough"
];


meta = {
description = "A flexible memory management and garbage collection library";
homepage = "https://www.ravenbrook.com/project/mps";
Expand Down

0 comments on commit 897cecf

Please sign in to comment.