Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

qpid-cpp: fix build

(cherry picked from commit f0fa565dfb85c267e06048c8971cb3ee79ef8e3a)

+2
+2
pkgs/servers/amqp/qpid-cpp/default.nix
··· 19 19 sed -i '/ENV/d' src/CMakeLists.txt 20 20 ''; 21 21 22 + NIX_CFLAGS_COMPILE = "-Wno-error=deprecated-declarations -Wno-error=unused-function"; 23 + 22 24 meta = { 23 25 homepage = http://qpid.apache.org; 24 26 repositories.git = git://git.apache.org/qpid.git;