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
+3
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 = [];