From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:303:e224::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id gIiqLuowc2UNXwEAauVa8A:P1 (envelope-from ) for ; Fri, 08 Dec 2023 16:06:18 +0100 Received: from aspmx1.migadu.com ([2001:41d0:303:e224::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id gIiqLuowc2UNXwEAauVa8A (envelope-from ) for ; Fri, 08 Dec 2023 16:06:18 +0100 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 A7C89147AD for ; Fri, 8 Dec 2023 16:06:18 +0100 (CET) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=phfrohring.com header.s=gm1 header.b=fxALCFqA; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1702047978; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: 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:dkim-signature; bh=EUKWZznz7kX5q1Mm3/s6XgIN47G1sLkfg3o8plo0my0=; b=np9WWXA27ywBteKCx4HWYoxd1q5OYqpbgGnNVHPVNRL6Wb6UhhDqhJ6HL56ScxeoXoN7fS y7FLoiGBIEsITeP6MYi3D3Y+96giqtGqV3eifvJtvEOM+4Jxe5kWbiZSTg068BsTHfWQ/t eaoUlUI3DyLVuxr8rjOX71bgrriGBdsCU6c1+y+jbDpT6ozHst8vcZacBwqevFtItnHBfA t4+sz//DmGS1f1VeHQOHFeXMTUoiHPD7arPfaC5o40ZYTg9Jv86BmKPhvDcK25UHusTqTb IbQqgl3qNj0i3y+IzFvW2b7GpAwWbaxC520JPM9x9QQM/B5QliCJxrgDHoqWDw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=phfrohring.com header.s=gm1 header.b=fxALCFqA; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=none ARC-Seal: i=1; s=key1; d=yhetil.org; t=1702047978; a=rsa-sha256; cv=none; b=d4QsK1wh3K8EsyoR1ycmwHKWtjQVY9bP4v1n6WvTqRU11/MbV7xhMj/hCJ40/u3ouz+v2J Vzf+pKNvWAl0sQ5DDBf7AFQiHQe1bt6D5F4TVVeTMYH93Vf58svDA2XvGBn/jD3jAynaOS HJl4IykaTiso+eH/F/4KMYWIu2/9cWHbN275eilyyQmaNLADLE+ExvkUh2PtTS4+B6F+q9 zwboRt+T4Y+EquDNBOKCY5DHz4OroB8yel5gemubOzWtqb5rPmyjw7d09RkSt1Ro6UIVSL V/2yXM+b6L/8fo+PmueXp252GTxlyzeneQujxFAECXIHb94Ul8RGjkfki5wpcA== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rBcPV-0004SG-Mh; Fri, 08 Dec 2023 10:05:01 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rBcPO-0004Ig-Fl for guix-patches@gnu.org; Fri, 08 Dec 2023 10:04:54 -0500 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1rBcPO-0001PL-2N for guix-patches@gnu.org; Fri, 08 Dec 2023 10:04:54 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rBcPb-0001FU-16 for guix-patches@gnu.org; Fri, 08 Dec 2023 10:05:07 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#66801] [PATCH v3 14/15] gnu: Add elixir-dialyxir. Resent-From: Pierre-Henry =?UTF-8?Q?Fr=C3=B6hring?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 08 Dec 2023 15:05:06 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 66801 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: liliana.prikler@gmail.com Cc: 66801@debbugs.gnu.org Received: via spool by 66801-submit@debbugs.gnu.org id=B66801.17020478624601 (code B ref 66801); Fri, 08 Dec 2023 15:05:06 +0000 Received: (at 66801) by debbugs.gnu.org; 8 Dec 2023 15:04:22 +0000 Received: from localhost ([127.0.0.1]:45646 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rBcOr-0001By-Mk for submit@debbugs.gnu.org; Fri, 08 Dec 2023 10:04:22 -0500 Received: from relay5-d.mail.gandi.net ([2001:4b98:dc4:8::225]:45027) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rBcOm-00019f-Rr for 66801@debbugs.gnu.org; Fri, 08 Dec 2023 10:04:17 -0500 Received: by mail.gandi.net (Postfix) with ESMTPSA id D1BF31C0018; Fri, 8 Dec 2023 15:03:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=phfrohring.com; s=gm1; t=1702047836; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=EUKWZznz7kX5q1Mm3/s6XgIN47G1sLkfg3o8plo0my0=; b=fxALCFqAaQuHjIGsSEnFpyAUtXNyEeiwxrsBOX7laOmODtvXTTrf29kW/WkY0xfsTJgz8x crdlnXZwkmvZjgjsBwxBCBWCqZvMHW0NZif8DL9dhjjQi+q4AtmIg6gqzbpZDnVnXjAlNf lGiSxk0fmdjERygV9qWKrSk0NcVkvFeoLCxMPWuKd/HXzVUdCBmY2haXMV5UsG7axHb20Y qDA56bmhQxT2WbIBqdFsgGJk9cSjHzkV5bIEOlc4yp+XuwXTnSbKBVUaT1oZ1vhGjYxPeS axjIVjWnnBGNRCKXsnGtJJiIZ4rYeN1n+KdMZp6nvr7go3WgdGMDEPc6ZNHDiw== From: Pierre-Henry =?UTF-8?Q?Fr=C3=B6hring?= Date: Fri, 8 Dec 2023 16:03:29 +0100 Message-ID: <5f7e1b432effa595c78a3eb1daeb1764d79b2a6c.1702044562.git.contact@phfrohring.com> X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-GND-Sasl: contact@phfrohring.com 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-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Spam-Score: -1.25 X-Spam-Score: -1.25 X-Migadu-Queue-Id: A7C89147AD X-Migadu-Scanner: mx12.migadu.com X-TUID: Uf+JRmKYo/Yl From: Pierre-Henry Fröhring * gnu/packages/elixir-xyz.scm (elixir-dialyxir): New variable. Change-Id: I387062e0aaaded448022aa7534b95859b5979a06 --- gnu/packages/elixir-xyz.scm | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/gnu/packages/elixir-xyz.scm b/gnu/packages/elixir-xyz.scm index 08107934a..70b752bc3 100644 --- a/gnu/packages/elixir-xyz.scm +++ b/gnu/packages/elixir-xyz.scm @@ -259,6 +259,27 @@ (define-public elixir-erlex (home-page "https://hexdocs.pm/erlex/") (license license:asl2.0))) +(define-public elixir-dialyxir + (package + (name "elixir-dialyxir") + (version "1.4.1") + (source + (origin + (method url-fetch) + (uri (hexpm-uri name version)) + (sha256 + (base32 "00cqwhd1wabwds44jz94rvvr8z8cp12884d3lp69fqkrszb9bdw4")))) + (build-system mix-build-system) + (arguments + (list + #:tests? #f)) + (propagated-inputs (list elixir-erlex)) + (synopsis "Mix tasks to simplify use of Dialyzer") + (description + "Mix Tasks are usable from the directory of the mix project you want to analyze.") + (home-page "https://hexdocs.pm/dialyxir/") + (license license:asl2.0))) + ;;; ;;; Avoid adding new packages to the end of this file. To reduce the chances ;;; of a merge conflict, place them above by existing packages with similar -- 2.41.0