mps: fix build with gcc7
This commit is contained in:
parent
6625fb8a67
commit
f28e94a179
@ -12,6 +12,12 @@ stdenv.mkDerivation rec {
|
|||||||
nativeBuildInputs = [ autoreconfHook ];
|
nativeBuildInputs = [ autoreconfHook ];
|
||||||
buildInputs = [ sqlite ];
|
buildInputs = [ sqlite ];
|
||||||
|
|
||||||
|
# needed for 1.116.0 to build with gcc7
|
||||||
|
NIX_CFLAGS_COMPILE = [
|
||||||
|
"-Wno-implicit-fallthrough"
|
||||||
|
];
|
||||||
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A flexible memory management and garbage collection library";
|
description = "A flexible memory management and garbage collection library";
|
||||||
homepage = "https://www.ravenbrook.com/project/mps";
|
homepage = "https://www.ravenbrook.com/project/mps";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user