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:
Nicolas Graves 2025-01-31 09:20:00 +01:00 committed by Andreas Enge
parent 2fca613022
commit 3f3a1581b8
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -17120,24 +17120,6 @@ protocol.")
(home-page "https://github.com/imanel/websocket-ruby")
(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
(package
(name "ruby-pry-rescue")