mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 22:26:40 -05:00
gnu: Add perl-sys-syscall.
* gnu/packages/perl.scm (perl-sys-syscall): New variable.
This commit is contained in:
parent
46ecacb0c6
commit
c231ffd67d
1 changed files with 22 additions and 0 deletions
|
@ -7938,6 +7938,28 @@ (define-public perl-sys-hostname-long
|
||||||
of a system.")
|
of a system.")
|
||||||
(license (package-license perl))))
|
(license (package-license perl))))
|
||||||
|
|
||||||
|
(define-public perl-sys-syscall
|
||||||
|
(package
|
||||||
|
(name "perl-sys-syscall")
|
||||||
|
(version "0.25")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append "mirror://cpan/authors/id/B/BR/BRADFITZ/"
|
||||||
|
"Sys-Syscall-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1r8k4q04dhs191zgdfgiagvbra770hx0bm6x24jsykxn0c6ghi8y"))))
|
||||||
|
(build-system perl-build-system)
|
||||||
|
(home-page "https://metacpan.org/release/Sys-Syscall")
|
||||||
|
(synopsis
|
||||||
|
"Access system calls that Perl doesn't normally provide access to")
|
||||||
|
(description
|
||||||
|
"Sys::Syscall allows one to use epoll and sendfile system calls from
|
||||||
|
Perl. Support is mostly Linux-only for now, but other syscalls/OSes are
|
||||||
|
planned for the future.")
|
||||||
|
(license perl-license)))
|
||||||
|
|
||||||
(define-public perl-task-weaken
|
(define-public perl-task-weaken
|
||||||
(package
|
(package
|
||||||
(name "perl-task-weaken")
|
(name "perl-task-weaken")
|
||||||
|
|
Loading…
Reference in a new issue