Skip to content

Commit

Permalink
rubygems.grpc: fix with gcc7
Browse files Browse the repository at this point in the history
  • Loading branch information
globin committed Mar 1, 2018
1 parent 48edc14 commit a0cb8cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/development/ruby-modules/gem-config/default.nix
Expand Up @@ -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: {
Expand Down

0 comments on commit a0cb8cf

Please sign in to comment.