qpid-cpp: fix build on darwin

wip/yesman
Franz Pletz 5 years ago
parent 43442880cf
commit ee8cc1c7ba
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4
  1. 1
      pkgs/servers/amqp/qpid-cpp/default.nix

@ -40,6 +40,7 @@ let
"-Wno-error=unused-function"
"-Wno-error=ignored-qualifiers"
"-Wno-error=catch-value"
] ++ stdenv.lib.optionals stdenv.cc.isGNU [
"-Wno-error=deprecated-copy"
];
};

Loading…
Cancel
Save