mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add ruby-bindex.
* gnu/packages/ruby.scm (ruby-bindex): New variable. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
f8acd6a919
commit
a25b68d922
1 changed files with 26 additions and 0 deletions
|
@ -10027,6 +10027,32 @@ wallclock and object allocation samplers.")
|
||||||
(home-page "https://github.com/tmm1/stackprof")
|
(home-page "https://github.com/tmm1/stackprof")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public ruby-bindex
|
||||||
|
(package
|
||||||
|
(name "ruby-bindex")
|
||||||
|
(version "0.8.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (rubygems-uri "bindex" version))
|
||||||
|
(sha256
|
||||||
|
(base32 "0zmirr3m02p52bzq4xgksq4pn8j641rx5d4czk68pv9rqnfwq7kv"))))
|
||||||
|
(build-system ruby-build-system)
|
||||||
|
(arguments
|
||||||
|
(list #:test-target "default"
|
||||||
|
#:phases
|
||||||
|
#~(modify-phases %standard-phases
|
||||||
|
(add-after 'unpack 'avoid-bundler
|
||||||
|
(lambda _
|
||||||
|
(substitute* "Rakefile"
|
||||||
|
(("^Bundler::.*") "")))))))
|
||||||
|
(native-inputs (list bundler ruby-rake-compiler))
|
||||||
|
(synopsis "Bindings for Ruby exceptions")
|
||||||
|
(description
|
||||||
|
"This package provides bindings for any kind of Ruby exceptions.")
|
||||||
|
(home-page "https://github.com/gsamokovarov/bindex")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public ruby-binding-of-caller
|
(define-public ruby-binding-of-caller
|
||||||
(package
|
(package
|
||||||
(name "ruby-binding-of-caller")
|
(name "ruby-binding-of-caller")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue