me
/
guix
Archived
1
0
Fork 0

gnu: ruby-range-compressor: Add ruby-sorted-set as an input.

* gnu/packages/ruby.scm (ruby-range-compressor)[native-inputs]: Add
ruby-sorted-set.
Christopher Baines 2023-06-22 10:39:33 +01:00
parent 4c03f3e029
commit adfe69262f
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 2 additions and 1 deletions

View File

@ -8644,7 +8644,8 @@ better performance than @code{Regexp} and @code{String} methods from the
(("(.*add_.*dependency '[_A-Za-z0-9-]+').*" _ stripped)
(string-append stripped "\n"))))))))
(native-inputs
(list ruby-rspec))
(list ruby-rspec
ruby-sorted-set))
(synopsis "Simple arrays of objects to arrays of ranges compressor")
(description "RangeCompresses is a tiny library that allows compressing
arrays of objects into arrays of ranges. For example, it can turn the