mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: Add perl-gettext.
* gnu/packages/perl.scm (perl-gettext): New module imported from CPAN.
This commit is contained in:
parent
d24ac47da1
commit
4343ca8ba5
1 changed files with 19 additions and 0 deletions
|
@ -4931,6 +4931,25 @@ (define-public perl-getopt-tabular
|
|||
(home-page "https://metacpan.org/release/Getopt-Tabular")
|
||||
(license (package-license perl))))
|
||||
|
||||
(define-public perl-gettext
|
||||
(package
|
||||
(name "perl-gettext")
|
||||
(version "1.07")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://cpan/authors/id/P/PV/PVANDRY"
|
||||
"/gettext-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"05cwqjxxary11di03gg3fm6j9lbvg1dr2wpr311c1rwp8salg7ch"))))
|
||||
(build-system perl-build-system)
|
||||
(home-page "https://metacpan.org/release/gettext")
|
||||
(synopsis "Perl bindings for POSIX i18n gettext functions")
|
||||
(description
|
||||
"Locale::gettext provides an object oriented interface to the
|
||||
internationalization functions provided by the C library.")
|
||||
(license license:perl-license)))
|
||||
|
||||
(define-public perl-graph
|
||||
(package
|
||||
(name "perl-graph")
|
||||
|
|
Loading…
Reference in a new issue