qpid-cpp: 1.37.0 -> 1.39.0, fix build with gcc9

This commit is contained in:
Franz Pletz 2019-11-07 15:09:08 +01:00
parent 8162d6c037
commit 602bccd1a8
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -2,11 +2,11 @@
let
name = "qpid-cpp-${version}";
version = "1.37.0";
version = "1.39.0";
src = fetchurl {
url = "mirror://apache/qpid/cpp/${version}/${name}.tar.gz";
sha256 = "1s4hyi867i0lqn81c1crrk6fga1gmsv61675vjv5v41skz56lrsb";
sha256 = "088dx1l6myrksbhpr15bs09j6qm8vdliqwjp2ja5amym47md103r";
};
meta = with stdenv.lib; {
@ -40,6 +40,7 @@ let
"-Wno-error=unused-function"
"-Wno-error=ignored-qualifiers"
"-Wno-error=catch-value"
"-Wno-error=deprecated-copy"
];
};