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

* gnu/packages/ruby.scm (ruby-range-compressor)[native-inputs]: Add
ruby-sorted-set.
This commit is contained in:
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

View file

@ -8644,7 +8644,8 @@ (define-public ruby-range-compressor
(("(.*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