mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 17:33:09 +00:00
Merge pull request #313836 from superherointj/pkgsMusl.nginx-fix-build
This commit is contained in:
commit
2e62b5ccb8
@ -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 = [];
|
||||
|
Loading…
Reference in New Issue
Block a user