guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/12: gnu: ruby-protobuf: Add missing input.


From: guix-commits
Subject: 01/12: gnu: ruby-protobuf: Add missing input.
Date: Tue, 23 Feb 2021 09:06:52 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit b76723041becf0917e8ebfdacd0452eefd0a2730
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Feb 23 14:59:31 2021 +0200

    gnu: ruby-protobuf: Add missing input.
    
    * gnu/packages/protobuf.scm (ruby-protobuf)[propagated-inputs]: Add
    ruby-thread-safe.
---
 gnu/packages/protobuf.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/protobuf.scm b/gnu/packages/protobuf.scm
index 61dee46..995d543 100644
--- a/gnu/packages/protobuf.scm
+++ b/gnu/packages/protobuf.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]