qpid-cpp: fix eval
This commit is contained in:
parent
9a8441c170
commit
c5406e30b0
@ -33,7 +33,7 @@ let
|
|||||||
sed -i '/management/d' CMakeLists.txt
|
sed -i '/management/d' CMakeLists.txt
|
||||||
'';
|
'';
|
||||||
|
|
||||||
NIX_CFLAGS_COMPILE = toString [
|
NIX_CFLAGS_COMPILE = toString ([
|
||||||
"-Wno-error=deprecated-declarations"
|
"-Wno-error=deprecated-declarations"
|
||||||
"-Wno-error=int-in-bool-context"
|
"-Wno-error=int-in-bool-context"
|
||||||
"-Wno-error=maybe-uninitialized"
|
"-Wno-error=maybe-uninitialized"
|
||||||
@ -42,7 +42,7 @@ let
|
|||||||
"-Wno-error=catch-value"
|
"-Wno-error=catch-value"
|
||||||
] ++ stdenv.lib.optionals stdenv.cc.isGNU [
|
] ++ stdenv.lib.optionals stdenv.cc.isGNU [
|
||||||
"-Wno-error=deprecated-copy"
|
"-Wno-error=deprecated-copy"
|
||||||
];
|
]);
|
||||||
};
|
};
|
||||||
|
|
||||||
python-frontend = buildPythonPackage {
|
python-frontend = buildPythonPackage {
|
||||||
|
Loading…
Reference in New Issue
Block a user