mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: perl-sys-sigaction: Remove non-alphabetically placed duplicate.
* gnu/packages/perl.scm (perl-sys-sigaction): Remove one copy. Change-Id: I7f29be5e880a375f246faef1a845df41ef7b4ceb
This commit is contained in:
parent
ccea5590fa
commit
7a2c8797b9
1 changed files with 0 additions and 19 deletions
|
@ -749,25 +749,6 @@ signal running perl code from another thread, asynchronously, and
|
|||
sometimes even without using a single syscall.")
|
||||
(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 "Consistent signal handling")
|
||||
(description "This package provides a way for perl programs to handle
|
||||
signals.")
|
||||
(license (package-license perl))))
|
||||
|
||||
(define-public perl-attribute-util
|
||||
(package
|
||||
(name "perl-attribute-util")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue