mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: Add ruby-protobuf-cucumber.
* gnu/packages/protobuf.scm (ruby-protobuf-cucumber): New variable.
This commit is contained in:
parent
d59c84f538
commit
77f66f53e8
1 changed files with 17 additions and 0 deletions
|
@ -340,3 +340,20 @@ (define-public ruby-protobuf
|
|||
(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")))))))
|
||||
|
|
Loading…
Reference in a new issue