mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add perl-ppi-xs.
* gnu/packages/perl.scm (perl-ppi-xs): New variable. Change-Id: I587488870702019faec3aa330e54ad1ddad32db2 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
5b55381b9c
commit
a823f8162c
1 changed files with 18 additions and 0 deletions
|
@ -9949,6 +9949,24 @@ applications.")
|
||||||
code.")
|
code.")
|
||||||
(license license:perl-license)))
|
(license license:perl-license)))
|
||||||
|
|
||||||
|
(define-public perl-ppi-xs
|
||||||
|
(package
|
||||||
|
(name "perl-ppi-xs")
|
||||||
|
(version "0.910")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append "mirror://cpan/authors/id/E/ET/ETHER/PPI-XS-" version
|
||||||
|
".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "0q7wdzsf15qx1bh2ckgldz533cswbp9nzs6v9d6v9hvzixyy7x6d"))))
|
||||||
|
(build-system perl-build-system)
|
||||||
|
(propagated-inputs (list perl-ppi))
|
||||||
|
(home-page "https://metacpan.org/release/PPI-XS")
|
||||||
|
(synopsis "(Minor) XS acceleration for PPI")
|
||||||
|
(description "@code{PPI::XS} provides (minor) XS acceleration for PPI.")
|
||||||
|
(license license:perl-license)))
|
||||||
|
|
||||||
(define-public perl-ppix-regexp
|
(define-public perl-ppix-regexp
|
||||||
(package
|
(package
|
||||||
(name "perl-ppix-regexp")
|
(name "perl-ppix-regexp")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue