mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
qpid-cpp: fix eval
This commit is contained in:
parent
9a8441c170
commit
c5406e30b0
@ -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…
Reference in New Issue
Block a user