mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
rubyPackages.grpc: fix build with gcc9
This commit is contained in:
parent
ebe223f816
commit
abec42e8eb
1 changed files with 1 additions and 0 deletions
|
@ -249,6 +249,7 @@ in
|
|||
"-Wno-error=class-memaccess"
|
||||
"-Wno-error=ignored-qualifiers"
|
||||
"-Wno-error=tautological-compare"
|
||||
"-Wno-error=stringop-truncation"
|
||||
];
|
||||
dontBuild = false;
|
||||
postPatch = ''
|
||||
|
|
Loading…
Reference in a new issue