guix-commits
[Top][All Lists]
Advanced

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

22/38: gnu: Add ruby-protobuf-cucumber.


From: guix-commits
Subject: 22/38: gnu: Add ruby-protobuf-cucumber.
Date: Wed, 8 Jul 2020 23:42:32 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 77f66f53e8fc8853b63047545cfe649cad093138
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Jul 7 23:17:24 2020 -0400

    gnu: Add ruby-protobuf-cucumber.
    
    * gnu/packages/protobuf.scm (ruby-protobuf-cucumber): New variable.
---
 gnu/packages/protobuf.scm | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/gnu/packages/protobuf.scm b/gnu/packages/protobuf.scm
index e676e97..556bca6 100644
--- a/gnu/packages/protobuf.scm
+++ b/gnu/packages/protobuf.scm
@@ -340,3 +340,20 @@ source files.")
     (description "Protobuf is an implementation of Google's Protocol Buffers
 in pure Ruby.")
     (license license:expat)))
+
+;;; This is a modified ruby-protobuf package used by ruby-cucumber-messages
+;;; until https://github.com/ruby-protobuf/protobuf/pull/411 and
+;;; https://github.com/ruby-protobuf/protobuf/pull/415 are merged upstream.
+(define-public ruby-protobuf-cucumber
+  (hidden-package
+   (package
+     (inherit ruby-protobuf)
+     (name "ruby-protobuf-cucumber")
+     (version "3.10.8")
+     (source
+      (origin
+        (method url-fetch)
+        (uri (rubygems-uri "protobuf-cucumber" version))
+        (sha256
+         (base32
+          "1rd6naabhpfb1i5dr6fp5mqwaawsx0mqm73h5ycwkgbm1n2si872")))))))



reply via email to

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