gnu: Add perl-unicode-normalize.

* gnu/packages/perl.scm (perl-unicode-normalize): New variable.
master
Ricardo Wurmus 2016-11-23 22:11:07 +01:00
parent dc32ee5381
commit 37e7a4929f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 18 additions and 0 deletions

View File

@ -7252,6 +7252,24 @@ else.")
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")