diff options
Diffstat (limited to 'gnu/packages/ruby.scm')
| -rw-r--r-- | gnu/packages/ruby.scm | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm index a60c9bf306e..31cefce0b80 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm | |||
| @@ -17764,6 +17764,25 @@ generation functionality.") | |||
| 17764 | (home-page "https://protobuf.dev") | 17764 | (home-page "https://protobuf.dev") |
| 17765 | (license license:bsd-3))) | 17765 | (license license:bsd-3))) |
| 17766 | 17766 | ||
| 17767 | (define-public ruby-googleapis-common-protos-types | ||
| 17768 | (package | ||
| 17769 | (name "ruby-googleapis-common-protos-types") | ||
| 17770 | (version "1.13.0") | ||
| 17771 | (source (origin | ||
| 17772 | (method url-fetch) | ||
| 17773 | (uri (rubygems-uri "googleapis-common-protos-types" version)) | ||
| 17774 | (sha256 | ||
| 17775 | (base32 | ||
| 17776 | "1zrxnv9s2q39f2nh32x7nbfi8lpwzmmn3ji4adglg8dlfr1xrz16")))) | ||
| 17777 | (build-system ruby-build-system) | ||
| 17778 | (arguments | ||
| 17779 | `(#:tests? #f)) ;; has no tests | ||
| 17780 | (propagated-inputs (list ruby-google-protobuf)) | ||
| 17781 | (synopsis "Common protocol buffer types used by Google APIs") | ||
| 17782 | (description "Common protocol buffer types used by Google APIs") | ||
| 17783 | (home-page "https://github.com/googleapis/common-protos-ruby") | ||
| 17784 | (license license:asl2.0))) | ||
| 17785 | |||
| 17767 | ;;; | 17786 | ;;; |
| 17768 | ;;; Avoid adding new packages to the end of this file. To reduce the chances | 17787 | ;;; Avoid adding new packages to the end of this file. To reduce the chances |
| 17769 | ;;; of a merge conflict, place them above by existing packages with similar | 17788 | ;;; of a merge conflict, place them above by existing packages with similar |
