mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add perl-bsd-resource.
* gnu/packages/perl.scm (perl-bsd-resource): New variable.
This commit is contained in:
parent
23ab7067f3
commit
c555f54af5
1 changed files with 19 additions and 0 deletions
|
@ -667,6 +667,25 @@ presence, and the first one found is executed. With an optional parameter,
|
||||||
all known commands are checked.")
|
all known commands are checked.")
|
||||||
(license (package-license perl))))
|
(license (package-license perl))))
|
||||||
|
|
||||||
|
(define-public perl-bsd-resource
|
||||||
|
(package
|
||||||
|
(name "perl-bsd-resource")
|
||||||
|
(version "1.2911")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append
|
||||||
|
"https://cpan.metacpan.org/authors/id/J/JH/JHI/BSD-Resource-"
|
||||||
|
version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "0g8c7825ng2m0yz5sy6838rvfdl8j3vm29524wjgf66ccfhgn74x"))))
|
||||||
|
(build-system perl-build-system)
|
||||||
|
(home-page "https://metacpan.org/release/BSD-Resource")
|
||||||
|
(synopsis "BSD process resource limit and priority functions")
|
||||||
|
(description "This package provides procedures to get and set resource
|
||||||
|
limits like @code{getrlimit} and @code{setpriority}.")
|
||||||
|
(license license:artistic2.0)))
|
||||||
|
|
||||||
(define-public perl-b-hooks-endofscope
|
(define-public perl-b-hooks-endofscope
|
||||||
(package
|
(package
|
||||||
(name "perl-b-hooks-endofscope")
|
(name "perl-b-hooks-endofscope")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue