guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: guix-commits
Subject: 14/59: gnu: ruby-range-compressor: Add ruby-sorted-set as an input.
Date: Wed, 28 Jun 2023 05:55:12 -0400 (EDT)

cbaines pushed a commit to branch ruby-team
in repository guix.

commit 2d827a80628ff8184cd5f1b04d19494489fb0ea4
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Thu Jun 22 10:39:33 2023 +0100

    gnu: ruby-range-compressor: Add ruby-sorted-set as an input.
    
    * gnu/packages/ruby.scm (ruby-range-compressor)[native-inputs]: Add
    ruby-sorted-set.
---
 gnu/packages/ruby.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 5f76c870cb..6653e9c669 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]