qpid-cpp: fix build

This commit is contained in:
Robin Gloster 2017-09-28 23:14:11 +02:00
parent 83405798e6
commit f0fa565dfb
No known key found for this signature in database
GPG key ID: D5C458DF6DD97EDF

View file

@ -19,6 +19,8 @@ stdenv.mkDerivation rec {
sed -i '/ENV/d' src/CMakeLists.txt
'';
NIX_CFLAGS_COMPILE = "-Wno-error=deprecated-declarations -Wno-error=unused-function";
meta = {
homepage = http://qpid.apache.org;
repositories.git = git://git.apache.org/qpid.git;