summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorEfraim Flashner <[email protected]>2025-03-09 21:39:49 +0200
committerEfraim Flashner <[email protected]>2025-03-09 21:42:15 +0200
commit7a2c8797b9cef632c89ae2a911b6c4c2ae623f1a (patch)
treeeed10fc7cb61c369a88701688198c3720cc8c328 /gnu
parentccea5590fa848705d90037d0e878d3958e5378cc (diff)
gnu: perl-sys-sigaction: Remove non-alphabetically placed duplicate.
* gnu/packages/perl.scm (perl-sys-sigaction): Remove one copy. Change-Id: I7f29be5e880a375f246faef1a845df41ef7b4ceb
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/perl.scm19
1 files changed, 0 insertions, 19 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index e232125b17..59b969c7ec 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -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")