diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-01-31 09:20:00 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-06-20 20:39:56 +0200 |
| commit | 3f3a1581b88494b40c3a930438b89b6b791ba64d (patch) | |
| tree | b0eccd557229191a125f9323eb566714614f42f3 /gnu/packages/ruby.scm | |
| parent | 2fca6130229baa00b6cd07f59e282ca394c66de6 (diff) | |
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>
Diffstat (limited to 'gnu/packages/ruby.scm')
| -rw-r--r-- | gnu/packages/ruby.scm | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm index 05363f2d414..cd462e3beb6 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm @@ -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") |
