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)
 | 
			
		||||
                 (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
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue