guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#67879] [PATCH 03/12] gnu: Add perl-b-utils.


From: Wilko Meyer
Subject: [bug#67879] [PATCH 03/12] gnu: Add perl-b-utils.
Date: Mon, 18 Dec 2023 18:03:03 +0100

* gnu/packages/perl.scm (perl-b-utils): New variable.

Change-Id: I9c479152dcceb8d78900f7ef482d2bd7280d8401
---
 gnu/packages/perl.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index db44a5462f..3c9b12d31b 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -956,6 +956,26 @@ (define-public perl-b-hooks-op-check
     (description "This module allows you to wrap OP check callbacks.")
     (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
   (package
     (name "perl-b-keywords")
-- 
2.41.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]