mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add perl-sys-sigaction.
* gnu/packages/perl.scm (perl-sys-sigaction): New variable. Change-Id: I2b391f6d039f3db2b1777dee37d90fa4e0810d67 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
a823f8162c
commit
04f75dc16d
1 changed files with 19 additions and 0 deletions
|
@ -11447,6 +11447,25 @@ determining their type and clock speed.")
|
|||
of a system.")
|
||||
(license (package-license perl))))
|
||||
|
||||
(define-public perl-sys-sigaction
|
||||
(package
|
||||
(name "perl-sys-sigaction")
|
||||
(version "0.23")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"mirror://cpan/authors/id/L/LB/LBAXTER/Sys-SigAction-" version
|
||||
".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0lykjlq5dsf7z927lpllzixd953izi3w7bg2pgy32h2k8n9nrvy4"))))
|
||||
(build-system perl-build-system)
|
||||
(home-page "https://metacpan.org/release/Sys-SigAction")
|
||||
(synopsis "Perl extension for Consistent Signal Handling")
|
||||
(description "@code{Sys::SigAction} is a Perl extension for Consistent
|
||||
Signal Handling.")
|
||||
(license license:perl-license)))
|
||||
|
||||
(define-public perl-sys-syscall
|
||||
(package
|
||||
(name "perl-sys-syscall")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue