GNU bug report logs - #72474
[PATCH 00/30] Add ejabberd package.

Previous Next

Package: guix-patches;

Reported by: Igor Goryachev <igor <at> goryachev.org>

Date: Mon, 5 Aug 2024 10:38:01 UTC

Severity: normal

Tags: patch

Done: Andrew Tropin <andrew <at> trop.in>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Igor Goryachev <igor <at> goryachev.org>
To: 72474 <at> debbugs.gnu.org
Cc: Igor Goryachev <igor <at> goryachev.org>, Andrew Tropin <andrew <at> trop.in>
Subject: [bug#72474] [PATCH 06/30] gnu: Add erlang-p1-utils.
Date: Mon,  5 Aug 2024 13:44:39 +0300
* gnu/packages/erlang-xyz.scm (erlang-p1-utils): New variable.

Change-Id: I90bb3816c2c29c5c2f7a9eec3656967f63ae58b1
---
 gnu/packages/erlang-xyz.scm | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/gnu/packages/erlang-xyz.scm b/gnu/packages/erlang-xyz.scm
index 1e5d87e833..954bd15773 100644
--- a/gnu/packages/erlang-xyz.scm
+++ b/gnu/packages/erlang-xyz.scm
@@ -62,6 +62,22 @@ (define-public erlang-jose
     (home-page "https://hex.pm/packages/jose")
     (license license:expat)))
 
+(define-public erlang-p1-utils
+  (package
+    (name "erlang-p1-utils")
+    (version "1.0.26")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (hexpm-uri "p1_utils" version))
+       (sha256
+        (base32 "0k5hfqrjrvgh7gknqj5pzpra9k1g0bgc2ac19zb8pfan2669wdyh"))))
+    (build-system rebar-build-system)
+    (synopsis "ProcessOne utility modules for Erlang")
+    (description "This package provides ProcessOne utility modules for Erlang.")
+    (home-page "https://hex.pm/packages/p1_utils")
+    (license license:asl2.0)))
+
 (define-public erlang-base64url
   (package
     (name "erlang-base64url")
-- 
2.45.2





This bug report was last modified 292 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.