From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id qBX+OZXFXWE0jAAAgWs5BA (envelope-from ) for ; Wed, 06 Oct 2021 17:49:41 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id OPeuNZXFXWEjMQAA1q6Kng (envelope-from ) for ; Wed, 06 Oct 2021 15:49:41 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 834971C999 for ; Wed, 6 Oct 2021 17:49:41 +0200 (CEST) Received: from localhost ([::1]:41868 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mY9Aq-0002CI-LQ for larch@yhetil.org; Wed, 06 Oct 2021 11:49:40 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:48320) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mY8kI-00055F-3c for guix-patches@gnu.org; Wed, 06 Oct 2021 11:22:14 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:33775) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mY8kH-0000oV-Pp for guix-patches@gnu.org; Wed, 06 Oct 2021 11:22:13 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mY8kH-0005FU-Lo for guix-patches@gnu.org; Wed, 06 Oct 2021 11:22:13 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#42180] [PATCH v2 18/23] gnu: Add erlang-jsone. Resent-From: Hartmut Goebel Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 06 Oct 2021 15:22:13 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 42180 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 42180@debbugs.gnu.org X-Debbugs-Original-To: 42180@debbugs.gnu.org, guix-patches@gnu.org Received: via spool by 42180-submit@debbugs.gnu.org id=B42180.163353370719820 (code B ref 42180); Wed, 06 Oct 2021 15:22:13 +0000 Received: (at 42180) by debbugs.gnu.org; 6 Oct 2021 15:21:47 +0000 Received: from localhost ([127.0.0.1]:45258 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mY8jq-00059T-NC for submit@debbugs.gnu.org; Wed, 06 Oct 2021 11:21:46 -0400 Received: from mail-out.m-online.net ([212.18.0.10]:57901) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mY8jc-00057W-Cd for 42180@debbugs.gnu.org; Wed, 06 Oct 2021 11:21:35 -0400 Received: from frontend02.mail.m-online.net (unknown [192.168.8.183]) by mail-out.m-online.net (Postfix) with ESMTP id 4HPdTR6SYDz1sCwl; Wed, 6 Oct 2021 17:21:31 +0200 (CEST) Received: from localhost (dynscan2.mnet-online.de [192.168.6.68]) by mail.m-online.net (Postfix) with ESMTP id 4HPdTR6M76z1qqkK; Wed, 6 Oct 2021 17:21:31 +0200 (CEST) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan2.mail.m-online.net [192.168.6.68]) (amavisd-new, port 10024) with ESMTP id MzO5xjHyEk-S; Wed, 6 Oct 2021 17:21:30 +0200 (CEST) Received: from hermia.goebel-consult.de (ppp-188-174-52-121.dynamic.mnet-online.de [188.174.52.121]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS; Wed, 6 Oct 2021 17:21:30 +0200 (CEST) Received: from thisbe.goebel-consult.de (hermia.goebel-consult.de [192.168.110.7]) by hermia.goebel-consult.de (Postfix) with ESMTP id 0707561483; Wed, 6 Oct 2021 17:20:43 +0200 (CEST) From: Hartmut Goebel Date: Wed, 6 Oct 2021 17:20:16 +0200 Message-Id: <7f607c5616b2d2634ffafd15479e603cbbac93a5.1633533541.git.h.goebel@crazy-compilers.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <626e4718c45c95a7278460f132bd38e08835e9f4.1633533541.git.h.goebel@crazy-compilers.com> References: <626e4718c45c95a7278460f132bd38e08835e9f4.1633533541.git.h.goebel@crazy-compilers.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1633535381; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post; bh=1ZEuKFtwakF35462EhOeSXetgF79jRXtX9W5r2M5LOY=; b=rVRkPsuzO2Gl//cvYr28VQjfcomw96iwJAodhNoA3PRKq4HGL56Gy/g+ZqxZFlXJ7NFEqq sQMzBPeOnzbW/BAg2xYQr3QJ8IXG9RD9C1CtdqPJHmf9IvUNISCxc4CS/sjO3/+pq/3dHz YXL7xKyQ90pEN9IKH/lgUS04jNaZfJOCHK6o59+p5DHIBoXkq15Vaw1UgOn1MIN4/E1U4y RkJOTKD8ztX0bSULUCvcbmPSbD77Qqc0UChGfvcY7X4oBqqcJ1vU0gM5r2BvTdYs4ImuUo L8JtRpAhFUzNr91v9uqLUDmoKTYyHIJNyFx0BxKmzFOqneA7pRY9Z6kZf2VcUA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1633535381; a=rsa-sha256; cv=none; b=qjtwrXo6cHZKvvGiCk9bODrTpfL5wWj/LWn8DLcl8iGjaKzyZpLAe0sHwLqscqsHCzEGVB bWIMBIHJqx/ZL4QB4k8wFOvatGCcaoYZpswCjTsJ/si4vlK6CYG5ZUV6pszrilcA5OaJ0L 1vkSI96hTn6eYrA+++QawlLkE5nmI5k3qHXC8R84h5qlWtYhxId7hFlEGx/g8soQtdZuVx FJSFpIuh2OPP3/oWyFqX1rxJhFgq7qoyJ3yH4xdr90CEVQz5UamoTfeNObGAMDZOeTa5sK K1HvSKNvswKKTqwxwnk3HPn9YFmogkk1HaAtnrlgDUyxNT7uNJYv388c4TTn6w== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Spam-Score: 2.58 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Queue-Id: 834971C999 X-Spam-Score: 2.58 X-Migadu-Scanner: scn0.migadu.com X-TUID: 4QQCjDH9jyUz * gnu/packages/erlang.scm (erlang-jsone): New variable. --- gnu/packages/erlang.scm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/erlang.scm b/gnu/packages/erlang.scm index b2ba8b22fe..df822d5466 100644 --- a/gnu/packages/erlang.scm +++ b/gnu/packages/erlang.scm @@ -423,6 +423,29 @@ arguments using the GNU getopt syntax.") specifications.") (license license:asl2.0))) +(define-public erlang-jsone + (package + (name "erlang-jsone") + (version "1.6.1") + (source + (origin + (method hexpm-fetch) + (uri (hexpm-uri "jsone" version)) + (sha256 + (base32 "1wdbj4a736bg2fh4qk7y3h6lsdi84ivvypgbkphzy0mfz7nkc97p")))) + (build-system rebar3-build-system) + (arguments + `(#:phases + (modify-phases %standard-phases + (add-after 'unpack 'disable-covertool + (lambda _ + (substitute* "rebar.config" + (("\\{project_plugins, \\[covertool\\]\\}\\." _) ""))))))) + (home-page "https://github.com/sile/jsone/") + (synopsis "Erlang JSON Library") + (description "An Erlang library for encoding and decoding JSON data.") + (license license:expat))) + (define-public erlang-parse-trans (package (name "erlang-parse-trans") -- 2.30.2