mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: ruby-protobuf: Add missing input.
* gnu/packages/protobuf.scm (ruby-protobuf)[propagated-inputs]: Add ruby-thread-safe.
This commit is contained in:
parent
25f00a2e44
commit
b76723041b
1 changed files with 2 additions and 1 deletions
|
@ -394,7 +394,8 @@ (define-public ruby-protobuf
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue