qpid-cpp: fix eval

wip/yesman
Jan Tojnar 4 years ago
parent 9a8441c170
commit c5406e30b0
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4
  1. 4
      pkgs/servers/amqp/qpid-cpp/default.nix

@ -33,7 +33,7 @@ let
sed -i '/management/d' CMakeLists.txt
'';
NIX_CFLAGS_COMPILE = toString [
NIX_CFLAGS_COMPILE = toString ([
"-Wno-error=deprecated-declarations"
"-Wno-error=int-in-bool-context"
"-Wno-error=maybe-uninitialized"
@ -42,7 +42,7 @@ let
"-Wno-error=catch-value"
] ++ stdenv.lib.optionals stdenv.cc.isGNU [
"-Wno-error=deprecated-copy"
];
]);
};
python-frontend = buildPythonPackage {

Loading…
Cancel
Save