mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
rubygems.grpc: fix with gcc7
This commit is contained in:
parent
48edc140dc
commit
a0cb8cfd81
@ -139,8 +139,9 @@ in
|
||||
};
|
||||
|
||||
grpc = attrs: {
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ openssl ];
|
||||
NIX_CFLAGS_COMPILE = [ "-Wno-error=stringop-overflow" "-Wno-error=implicit-fallthrough" ];
|
||||
};
|
||||
|
||||
hitimes = attrs: {
|
||||
|
Loading…
Reference in New Issue
Block a user