diff options
| author | Yan Abu Arab <yanabuarab@gmail.com> | 2025-12-20 02:31:42 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-08-23 18:16:06 +0200 |
| commit | 6bfc2bdc9d98f07f9bb045e374fb52fe9c620083 (patch) | |
| tree | a80598f2de2b6264342c296e7eb2da67a745d4f3 /gnu | |
| parent | 7435dd2111fddf6434dd62b33a9978f988ed89ff (diff) | |
gnu: Add ruby-unicode-utils.
* gnu/packages/ruby-xyz.scm (ruby-unicode-utils): New variable.
Change-Id: I9c7d65878ea3740590574fc95e6df6d363af41f5
Signed-off-by: Steve George <steve@futurile.net>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/ruby-xyz.scm | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/gnu/packages/ruby-xyz.scm b/gnu/packages/ruby-xyz.scm index f7c82e801ab..af0e10a256d 100644 --- a/gnu/packages/ruby-xyz.scm +++ b/gnu/packages/ruby-xyz.scm | |||
| @@ -576,6 +576,28 @@ the @code{TTY} Toolkit projects.") | |||
| 576 | (home-page "https://ttytoolkit.org") | 576 | (home-page "https://ttytoolkit.org") |
| 577 | (license license:expat))) | 577 | (license license:expat))) |
| 578 | 578 | ||
| 579 | (define-public ruby-unicode-utils | ||
| 580 | (package | ||
| 581 | (name "ruby-unicode-utils") | ||
| 582 | (version "1.4.0") | ||
| 583 | (source | ||
| 584 | (origin | ||
| 585 | (method url-fetch) | ||
| 586 | (uri (rubygems-uri "unicode_utils" version)) | ||
| 587 | (sha256 | ||
| 588 | (base32 "0h1a5yvrxzlf0lxxa1ya31jcizslf774arnsd89vgdhk4g7x08mr")))) | ||
| 589 | (build-system ruby-build-system) | ||
| 590 | (arguments | ||
| 591 | (list | ||
| 592 | ;; no tests in Gem | ||
| 593 | #:tests? #f)) | ||
| 594 | (synopsis "Additional Unicode aware functions for Ruby 1.9") | ||
| 595 | (description | ||
| 596 | "@code{UnicodeUtils} implements Unicode algorithms for case | ||
| 597 | conversion, normalization, text segmentation and more in pure Ruby code.") | ||
| 598 | (home-page "https://github.com/lang/unicode_utils") | ||
| 599 | (license license:bsd-2))) | ||
| 600 | |||
| 579 | (define-public ruby-i18n | 601 | (define-public ruby-i18n |
| 580 | (package | 602 | (package |
| 581 | (name "ruby-i18n") | 603 | (name "ruby-i18n") |
