GNU bug report logs - #58458
[PATCH] gnu: Add erlang-jsx.

Previous Next

Package: guix-patches;

Reported by: jgart <jgart <at> dismail.de>

Date: Tue, 11 Oct 2022 22:20:02 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Christopher Baines <mail <at> cbaines.net>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#58458: closed ([PATCH] gnu: Add erlang-jsx.)
Date: Mon, 12 Dec 2022 22:54:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 12 Dec 2022 22:52:22 +0000
with message-id <87o7s8p72y.fsf <at> cbaines.net>
and subject line Re: [bug#58458] [PATCH] gnu: Add erlang-jsx.
has caused the debbugs.gnu.org bug report #58458,
regarding [PATCH] gnu: Add erlang-jsx.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
58458: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=58458
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: jgart <jgart <at> dismail.de>
To: guix-patches <at> gnu.org
Cc: jgart <jgart <at> dismail.de>
Subject: [PATCH] gnu: Add erlang-jsx.
Date: Tue, 11 Oct 2022 17:19:21 -0500
* gnu/packages/erlang.scm (erlang-jsx): New variable.
---
 gnu/packages/erlang.scm | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/gnu/packages/erlang.scm b/gnu/packages/erlang.scm
index ede46f3a1c..0e9d79f2ee 100644
--- a/gnu/packages/erlang.scm
+++ b/gnu/packages/erlang.scm
@@ -7,6 +7,7 @@
 ;;; Copyright © 2020-2022 Hartmut Goebel <h.goebel <at> crazy-compilers.com>
 ;;; Copyright © 2021 Oskar Köök <oskar <at> maatriks.ee>
 ;;; Copyright © 2021 Cees de Groot <cg <at> evrl.com>
+;;; Copyright © 2022 jgart <jgart <at> dismail.de>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -499,6 +500,23 @@ (define-public erlang-proper
 testing of stateful systems.")
     (license license:gpl3+)))
 
+(define-public erlang-jsx
+  (package
+    (name "erlang-jsx")
+    (version "3.1.0")
+    (source (origin
+              (method url-fetch)
+              (uri (hexpm-uri "jsx" version))
+              (sha256
+               (base32
+                "1wr7jkxm6nlgvd52xhniav64xr9rml2ngb35rwjwqlqvq7ywhp0c"))))
+    (build-system rebar-build-system)
+    (synopsis "Streaming, evented JSON parsing toolkit")
+    (description 
+"An Erlang application for consuming, producing and manipulating json.")
+    (home-page "https://hexdocs.pm/jsx/")
+    (license license:expat)))
+
 (define-public erlang-providers
   (package
     (name "erlang-providers")
-- 
2.38.0



[Message part 3 (message/rfc822, inline)]
From: Christopher Baines <mail <at> cbaines.net>
To: jgart <jgart <at> dismail.de>
Cc: guix-patches <at> gnu.org, 58458-done <at> debbugs.gnu.org
Subject: Re: [bug#58458] [PATCH] gnu: Add erlang-jsx.
Date: Mon, 12 Dec 2022 22:52:22 +0000
[Message part 4 (text/plain, inline)]
jgart via Guix-patches via <guix-patches <at> gnu.org> writes:

> * gnu/packages/erlang.scm (erlang-jsx): New variable.
> ---
>  gnu/packages/erlang.scm | 18 ++++++++++++++++++
>  1 file changed, 18 insertions(+)

Thanks, I fixed the indentation for the description line and I changed
the home-page URL to one that works, and pushed this to master as
e4fd04fb92e2da769ca521eba877bbcd936f290e.

Chris
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 2 years and 222 days ago.

Previous Next


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