cpp-hocon: fix build with gcc8

This commit is contained in:
Franz Pletz
2019-01-11 12:02:16 +01:00
parent 879038db5d
commit 779a6f62b1

View File

@@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
owner = "puppetlabs";
};
NIX_CFLAGS_COMPILE = [ "-Wno-error=catch-value" ];
nativeBuildInputs = [ cmake ];
buildInputs = [ boost curl leatherman ];