cpp-hocon: fix build with gcc8

This commit is contained in:
Franz Pletz
2019-06-17 07:25:55 +02:00
parent 879038db5d
commit 779a6f62b1
@@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
owner = "puppetlabs";
};
NIX_CFLAGS_COMPILE = [ "-Wno-error=catch-value" ];
nativeBuildInputs = [ cmake ];
buildInputs = [ boost curl leatherman ];