mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add perl-b-utils.
* gnu/packages/perl.scm (perl-b-utils): New variable. Change-Id: I9c479152dcceb8d78900f7ef482d2bd7280d8401 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
e0d0faa8b9
commit
df289cd9ee
1 changed files with 20 additions and 0 deletions
|
@ -995,6 +995,26 @@ compiling the surrounding scope.")
|
||||||
(description "This module allows you to wrap OP check callbacks.")
|
(description "This module allows you to wrap OP check callbacks.")
|
||||||
(license (package-license perl))))
|
(license (package-license perl))))
|
||||||
|
|
||||||
|
(define-public perl-b-utils
|
||||||
|
(package
|
||||||
|
(name "perl-b-utils")
|
||||||
|
(version "0.27")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append "mirror://cpan/authors/id/E/ET/ETHER/B-Utils-"
|
||||||
|
version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "1spzhmk3z6c4blmra3kn84nq20fira2b3vjg86m0j085lgv56zzr"))))
|
||||||
|
(build-system perl-build-system)
|
||||||
|
(native-inputs (list perl-extutils-depends))
|
||||||
|
(propagated-inputs (list perl-task-weaken))
|
||||||
|
(home-page "https://metacpan.org/release/B-Utils")
|
||||||
|
(synopsis "Helper functions for op tree manipulation")
|
||||||
|
(description "@code{B::Utils} provide helper functions for op
|
||||||
|
tree manupulation.")
|
||||||
|
(license license:perl-license)))
|
||||||
|
|
||||||
(define-public perl-b-keywords
|
(define-public perl-b-keywords
|
||||||
(package
|
(package
|
||||||
(name "perl-b-keywords")
|
(name "perl-b-keywords")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue