Merge pull request #334939 from JulienMalka/pacemaker-fix

pacemaker: fix build failure
This commit is contained in:
Julien Malka 2024-08-18 10:09:41 +02:00 committed by GitHub
commit 72a28a35a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -78,6 +78,7 @@ stdenv.mkDerivation rec {
env.NIX_CFLAGS_COMPILE = toString (lib.optionals stdenv.cc.isGNU [
"-Wno-error=strict-prototypes"
"-Wno-error=deprecated-declarations"
]);
enableParallelBuilding = true;