gnuclad: fix build with gcc8

This commit is contained in:
Franz Pletz
2019-06-17 07:26:01 +02:00
parent 1cdaba0c74
commit 1096720c5f
@@ -10,6 +10,8 @@ stdenv.mkDerivation rec {
sha256 = "0ka2kscpjff7gflsargv3r9fdaxhkf3nym9mfaln3pnq6q7fwdki";
};
NIX_CFLAGS_COMPILE = [ "-Wno-error=catch-value" ];
nativeBuildInputs = [ pkgconfig ];
meta = with stdenv.lib; {