mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-02 09:28:57 -05: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 @@ (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
|
||||
|
|
Loading…
Reference in a new issue