Merge pull request #313836 from superherointj/pkgsMusl.nginx-fix-build

This commit is contained in:
Franz Pletz 2024-05-23 15:43:05 +02:00 committed by GitHub
commit 2e62b5ccb8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -130,6 +130,9 @@ stdenv.mkDerivation {
"-Wno-error=deprecated-declarations"
"-Wno-error=gnu-folding-constant"
"-Wno-error=unused-but-set-variable"
] ++ lib.optionals stdenv.hostPlatform.isMusl [
# fix sys/cdefs.h is deprecated
"-Wno-error=cpp"
]);
configurePlatforms = [];