mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
ruby-modules grpc: fix merge
This commit is contained in:
@@ -102,6 +102,10 @@ in
|
||||
|
||||
gobject-introspection = attrs: { buildInputs = [ gtk2 pcre pkgconfig ]; };
|
||||
|
||||
grpc = attrs: {
|
||||
buildInputs = [ openssl pkgconfig ];
|
||||
};
|
||||
|
||||
hitimes = attrs: {
|
||||
buildInputs =
|
||||
stdenv.lib.optionals stdenv.isDarwin
|
||||
|
||||
Reference in New Issue
Block a user