From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id kFjOLY7FXWF6jAAAgWs5BA (envelope-from ) for ; Wed, 06 Oct 2021 17:49:34 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id +A7fKI7FXWFXeQAAB5/wlQ (envelope-from ) for ; Wed, 06 Oct 2021 15:49:34 +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 612E87359 for ; Wed, 6 Oct 2021 17:49:34 +0200 (CEST) Received: from localhost ([::1]:41028 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mY9Aj-0001c6-Fd for larch@yhetil.org; Wed, 06 Oct 2021 11:49:33 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:48318) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mY8kH-00054Q-N1 for guix-patches@gnu.org; Wed, 06 Oct 2021 11:22:13 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:33774) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mY8kH-0000o2-Cd 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-0005FM-8Q for guix-patches@gnu.org; Wed, 06 Oct 2021 11:22:13 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#42180] [PATCH v2 17/23] gnu: Add erlang-edown. 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.163353370619789 (code B ref 42180); Wed, 06 Oct 2021 15:22:13 +0000 Received: (at 42180) by debbugs.gnu.org; 6 Oct 2021 15:21:46 +0000 Received: from localhost ([127.0.0.1]:45249 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mY8jp-00058o-GL for submit@debbugs.gnu.org; Wed, 06 Oct 2021 11:21:45 -0400 Received: from mail-out.m-online.net ([212.18.0.9]:40389) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mY8jY-00056Y-Gb for 42180@debbugs.gnu.org; Wed, 06 Oct 2021 11:21:28 -0400 Received: from frontend02.mail.m-online.net (unknown [192.168.8.183]) by mail-out.m-online.net (Postfix) with ESMTP id 4HPdTN0CBpz1qwy6; Wed, 6 Oct 2021 17:21:28 +0200 (CEST) Received: from localhost (dynscan2.mnet-online.de [192.168.6.68]) by mail.m-online.net (Postfix) with ESMTP id 4HPdTN01z8z1qqkD; Wed, 6 Oct 2021 17:21:27 +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 b5vNo9dRufUm; Wed, 6 Oct 2021 17:21:26 +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:26 +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 7BF1061482; Wed, 6 Oct 2021 17:20:43 +0200 (CEST) From: Hartmut Goebel Date: Wed, 6 Oct 2021 17:20:15 +0200 Message-Id: <22b7fda130f3955a6cbe172aeb3f54b82f3279b2.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=1633535374; 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=Ob4B/iBwTPChLci/aADLznXUtrLqp88dPgCXbfvJgUU=; b=gd+C16xYlFj9rn/1frXTQ5NLya8G6hiK16buLzjN+/rXxDBVgA1BiseNtWv0t11eVa5A6I MFFXED1bQWOXW7ehbX+gO02auY8SKQcOkSIR/rAmLHZ/Ftr2XzFocboBsFzezldf7RDo7Y P+3idn38afZ9nMBtbcXHqDS3rjMN+CTxQqB0mu/7+gmfrzvCFJuI6x1OZltTaBJA+4/YZx lBIgjwXxDUNaZDfJ0x9IZkFK05AFpNkP01MUoIjGdbzQuSu/VOdOw7DKu4APCK3ymSLMRB 6N7maHqmxNeUcZFjrs9S/tqjdnKmDcrhctZnb1tHCR6/PY2jnb0IXySboy6cHg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1633535374; a=rsa-sha256; cv=none; b=KbCLl8wqsEaHnYM5aGGHRVI+OdjXP1462IQP5MPxkLuxQs25gtOo1CEvcFK7jL/Blv45tD 52Z/J3s0hw4NFTsOAMb1tWP12stdjxnprGrCArW6FSqAEL+OP+0tI4rZfnT/WxIiQs+NqO EXCBnQgv8gHUhAt0voyZOp/uiZHhVGo7ayhEkbapL+IYUDuL3sVX0qh848SAmLbdxBMOsj WkxAKlGp+CM/9WBSU5Bq0Lm1iy2v4RAjH3AJsa0xxzResFWkyv+JqV7JtTR72EHaska3NO 2kAe3kJPozUjYQ6Wg3/D48fxAS5fA4SkuAj741NY13zST93HZXEcKKGV0jeSxA== 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.08 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: 612E87359 X-Spam-Score: 2.08 X-Migadu-Scanner: scn1.migadu.com X-TUID: Z2zEt2K5BCMg * gnu/packages/erlang.scm (erlang-edown): New variable. --- gnu/packages/erlang.scm | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/gnu/packages/erlang.scm b/gnu/packages/erlang.scm index c424fb1420..b2ba8b22fe 100644 --- a/gnu/packages/erlang.scm +++ b/gnu/packages/erlang.scm @@ -321,6 +321,23 @@ printing extending the io:format syntax to add colours.") outputs you want to be readable around all that noise they contain.") (license license:bsd-3))) +(define-public erlang-edown + (package + (name "erlang-edown") + (version "0.8.4") + (source + (origin + (method hexpm-fetch) + (uri (hexpm-uri "edown" version)) + (sha256 + (base32 "1khk5yxqjix2irsr02i0zpkv52myakpw4ahsr4fcy81l3xlk58dx")))) + (build-system rebar3-build-system) + (home-page "https://github.com/uwiger/edown") + (synopsis "Markdown extension for EDoc") + (description "This package provides an extension for EDoc for generating +Markdown.") + (license license:asl2.0))) + (define-public erlang-erlware-commons (package (name "erlang-erlware-commons") -- 2.30.2