mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
4c03f3e029
commit
adfe69262f
1 changed files with 2 additions and 1 deletions
|
@ -8644,7 +8644,8 @@ better performance than @code{Regexp} and @code{String} methods from the
|
||||||
(("(.*add_.*dependency '[_A-Za-z0-9-]+').*" _ stripped)
|
(("(.*add_.*dependency '[_A-Za-z0-9-]+').*" _ stripped)
|
||||||
(string-append stripped "\n"))))))))
|
(string-append stripped "\n"))))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list ruby-rspec))
|
(list ruby-rspec
|
||||||
|
ruby-sorted-set))
|
||||||
(synopsis "Simple arrays of objects to arrays of ranges compressor")
|
(synopsis "Simple arrays of objects to arrays of ranges compressor")
|
||||||
(description "RangeCompresses is a tiny library that allows compressing
|
(description "RangeCompresses is a tiny library that allows compressing
|
||||||
arrays of objects into arrays of ranges. For example, it can turn the
|
arrays of objects into arrays of ranges. For example, it can turn the
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue