forked from mirrors/nixpkgs
qpid-cpp: fix build
This commit is contained in:
parent
83405798e6
commit
f0fa565dfb
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue