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


Message #11 received at 72474 <at> debbugs.gnu.org (full text, mbox):

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: [PATCH 02/30] gnu: Add erlang-jose.
Date: Mon,  5 Aug 2024 13:44:35 +0300
* gnu/packages/erlang-xyz.scm (erlang-jose): New variable.

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

diff --git a/gnu/packages/erlang-xyz.scm b/gnu/packages/erlang-xyz.scm
index 1cf5d9c6fd..862d9462a2 100644
--- a/gnu/packages/erlang-xyz.scm
+++ b/gnu/packages/erlang-xyz.scm
@@ -27,6 +27,25 @@ (define-module (gnu packages erlang-xyz)
   #:use-module (guix packages)
   #:use-module (guix utils))
 
+(define-public erlang-jose
+  (package
+    (name "erlang-jose")
+    (version "1.11.10")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (hexpm-uri "jose" version))
+       (sha256
+        (base32 "0576jdjygby37qmzrs8cm5l6n622b0mi3z28j6r4s5xsz1px6v0d"))))
+    (build-system rebar-build-system)
+    (synopsis
+     "JSON Object Signing and Encryption for Erlang and Elixir")
+    (description
+     "This package provides JSON Object Signing and Encryption (JOSE) for
+Erlang and Elixir.")
+    (home-page "https://hex.pm/packages/jose")
+    (license license:expat)))
+
 (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.