3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: ruby-protobuf: Add missing input.

* gnu/packages/protobuf.scm (ruby-protobuf)[propagated-inputs]: Add
ruby-thread-safe.
This commit is contained in:
Efraim Flashner 2021-02-23 14:59:31 +02:00
parent 25f00a2e44
commit b76723041b
Signed by untrusted user: efraim
GPG key ID: 41AAE7DCCA3D8351

View file

@ -394,7 +394,8 @@ source files.")
(propagated-inputs
`(("ruby-activesupport" ,ruby-activesupport)
("ruby-middleware" ,ruby-middleware)
("ruby-thor" ,ruby-thor)))
("ruby-thor" ,ruby-thor)
("ruby-thread-safe" ,ruby-thread-safe)))
(home-page "https://github.com/ruby-protobuf/protobuf")
(synopsis "Implementation of Google's Protocol Buffers in Ruby")
(description "Protobuf is an implementation of Google's Protocol Buffers