guix_mirror_bot pushed a commit to branch ruby-team in repository guix. commit 842d462e20ecdc76d10afb542c6157ab7a8cd9ec Author: Nicolas Graves <ngra...@ngraves.fr> AuthorDate: Sun Feb 16 01:33:46 2025 +0100
gnu: Remove ruby-dep. * gnu/packages/ruby.scm (ruby-dep): Delete variable. Signed-off-by: Sharlatan Hellseher <sharlata...@gmail.com> --- gnu/packages/ruby.scm | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm index 3b8365adc4..1d99fb8b5c 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm @@ -7212,29 +7212,6 @@ rate.") (home-page "https://github.com/paul/progress_bar") (license license:wtfpl2))) -(define-public ruby-dep - (package - (name "ruby-dep") - (version "1.5.0") - (source - (origin - (method url-fetch) - (uri (rubygems-uri "ruby_dep" version)) - (sha256 - (base32 - "1c1bkl97i9mkcvkn1jks346ksnvnnp84cs22gwl0vd7radybrgy5")))) - (build-system ruby-build-system) - (arguments - (list - #:ruby ruby-2.7 - #:tests? #f)) ; No included tests - (synopsis "Creates a version constraint of supported Rubies") - (description - "This package helps create a version constraint of supported Rubies, -suitable for a gemspec file.") - (home-page "https://github.com/e2/ruby_dep") - (license license:expat))) - (define-public ruby-progressbar (package (name "ruby-progressbar")