mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Remove ruby-interception.
* gnu/packages/ruby.scm (ruby-interception): Delete variable. This package is unbuildable using any of our ruby versions. It is unmaintained for 10 years. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
2fca613022
commit
3f3a1581b8
1 changed files with 0 additions and 18 deletions
|
@ -17120,24 +17120,6 @@ protocol.")
|
||||||
(home-page "https://github.com/imanel/websocket-ruby")
|
(home-page "https://github.com/imanel/websocket-ruby")
|
||||||
(license license:expat))))
|
(license license:expat))))
|
||||||
|
|
||||||
(define-public ruby-interception
|
|
||||||
(package
|
|
||||||
(name "ruby-interception")
|
|
||||||
(version "0.5")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (rubygems-uri "interception" version))
|
|
||||||
(sha256
|
|
||||||
(base32 "01vrkn28psdx1ysh5js3hn17nfp1nvvv46wc1pwqsakm6vb1hf55"))))
|
|
||||||
(build-system ruby-build-system)
|
|
||||||
(native-inputs (list ruby-rspec))
|
|
||||||
(home-page "https://github.com/ConradIrwin/interception")
|
|
||||||
(synopsis "Listen to raise in Ruby")
|
|
||||||
(description "Interception provides a cross-platform ability to intercept all
|
|
||||||
exceptions as they are raised.")
|
|
||||||
(license license:expat)))
|
|
||||||
|
|
||||||
(define-public ruby-pry-rescue
|
(define-public ruby-pry-rescue
|
||||||
(package
|
(package
|
||||||
(name "ruby-pry-rescue")
|
(name "ruby-pry-rescue")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue