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:
Wilko Meyer 2023-12-18 18:03:10 +01:00 committed by Nicolas Goaziou
parent a823f8162c
commit 04f75dc16d
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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")