summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-01-31 09:20:13 +0100
committerAndreas Enge <andreas@enge.fr>2025-06-20 20:39:56 +0200
commitd4ce1ff61bad05c3af22ad7d19073add05b8ecb3 (patch)
treed1ad66aeedb407f293a699c37657bbad6f45266d /gnu
parente3a236ba11ac59ffefaa31765e00c700cc9e967c (diff)
gnu: Remove ruby-turn.
* gnu/packages/ruby.scm (ruby-turn): Delete variable. This package is now a leaf package and unmaintained for 10 years. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/ruby.scm32
1 files changed, 0 insertions, 32 deletions
diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 96f5bf4f5d5..d6fe6ddede4 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -11259,38 +11259,6 @@ name and provides query methods such as @code{RubyEngine.mri?}.")
(home-page "https://github.com/janlelis/ruby_engine")
(license license:expat)))
-(define-public ruby-turn
- (package
- (name "ruby-turn")
- (version "0.9.7")
- (source
- (origin
- (method url-fetch)
- (uri (rubygems-uri "turn" version))
- (sha256
- (base32
- "1691rc2sq04cw8mxxh340k2j04ll90kwgcy8ddrp6rligmfrf8fw"))))
- (build-system ruby-build-system)
- (arguments
- `(#:phases
- (modify-phases %standard-phases
- ;; Tests fail because turn changes its environment so can no longer
- ;; find test/unit. Instead simply test if the executable runs
- ;; without issue.
- (replace 'check
- (lambda _
- (invoke "ruby" "-Ilib" "bin/turn" "-h"))))))
- (propagated-inputs
- (list ruby-ansi ruby-minitest-4))
- (synopsis "Alternate set of alternative runners for MiniTest")
- (description
- "TURN provides a set of alternative runners for MiniTest which are both
-colorful and informative. TURN displays each test on a separate line with
-failures being displayed immediately instead of at the end of the tests. Note
-that TURN is no longer being maintained.")
- (home-page "https://rubygems.org/gems/turn")
- (license license:expat)))
-
(define-public ruby-mimemagic
(package
(name "ruby-mimemagic")