forked from mirrors/nixpkgs
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 a new issue