mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: Add perl-unicode-normalize.
* gnu/packages/perl.scm (perl-unicode-normalize): New variable.
This commit is contained in:
parent
dc32ee5381
commit
37e7a4929f
1 changed files with 18 additions and 0 deletions
|
@ -7252,6 +7252,24 @@ (define-public perl-types-serialiser
|
|||
common serialisation formats such as JSON or CBOR.")
|
||||
(license (package-license perl))))
|
||||
|
||||
(define-public perl-unicode-normalize
|
||||
(package
|
||||
(name "perl-unicode-normalize")
|
||||
(version "1.25")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://cpan/authors/id/K/KH/KHW/"
|
||||
"Unicode-Normalize-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0v04bcyjfcfap4kfpc8q3ikq3j7s68nym4ckw3iasmmksdskmcq0"))))
|
||||
(build-system perl-build-system)
|
||||
(home-page "http://search.cpan.org/dist/Unicode-Normalize")
|
||||
(synopsis "Unicode normalization forms")
|
||||
(description "This Perl module provides Unicode normalization forms.")
|
||||
(license (package-license perl))))
|
||||
|
||||
(define-public perl-unicode-linebreak
|
||||
(package
|
||||
(name "perl-unicode-linebreak")
|
||||
|
|
Loading…
Reference in a new issue