rubygems.grpc: fix with gcc7

This commit is contained in:
Robin Gloster 2018-03-01 11:44:22 +01:00
parent 48edc140dc
commit a0cb8cfd81
No known key found for this signature in database
GPG key ID: D5C458DF6DD97EDF

View file

@ -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: {