diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-01-31 09:20:01 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-06-20 20:39:56 +0200 |
| commit | bfc253cd9636e7b1c99445bdad781770590510fc (patch) | |
| tree | e943aa42358d49edadd215fe1bd9aa87c3e8f8b7 /gnu/packages/ruby.scm | |
| parent | 3f3a1581b88494b40c3a930438b89b6b791ba64d (diff) | |
gnu: Remove ruby-pry-rescue.
* gnu/packages/ruby.scm (ruby-pry-rescue): Delete variable.
This package is unbuildable using any of our ruby versions. It
relies on an unmaintained ruby package. This package has no dependencies.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/ruby.scm')
| -rw-r--r-- | gnu/packages/ruby.scm | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm index cd462e3beb6..19ee19a775b 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm @@ -17120,37 +17120,6 @@ protocol.") (home-page "https://github.com/imanel/websocket-ruby") (license license:expat)))) -(define-public ruby-pry-rescue - (package - (name "ruby-pry-rescue") - (version "1.5.2") - (source - (origin - (method url-fetch) - (uri (rubygems-uri "pry-rescue" version)) - (sha256 - (base32 "1wn72y8y3d3g0ng350ld92nyjln012432q2z2iy9lhwzjc4dwi65")))) - (build-system ruby-build-system) - (arguments - `(#:phases - (modify-phases %standard-phases - (add-after 'unpack 'nuke-bad-test - (lambda _ - (substitute* "spec/source_location_spec.rb" - (("time = Time.now") "skip"))))))) - (native-inputs - (list ruby-rspec - ruby-pry-stack-explorer)) - (propagated-inputs - (list ruby-interception - ruby-pry)) - (home-page - "https://github.com/ConradIrwin/pry-rescue") - (synopsis "Start Pry session for rescue") - (description "Pry-Rescue allows you to wrap code, to open a pry session at -any unhandled exceptions.") - (license license:expat))) - (define-public ruby-braintree (package (name "ruby-braintree") |
