From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id KKzSMGxbc2XQGgAAG6o9tA:P1 (envelope-from ) for ; Fri, 08 Dec 2023 19:07:41 +0100 Received: from aspmx1.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id KKzSMGxbc2XQGgAAG6o9tA (envelope-from ) for ; Fri, 08 Dec 2023 19:07:40 +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 404986C296 for ; Fri, 8 Dec 2023 19:07:40 +0100 (CET) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=phfrohring.com header.s=gm1 header.b=cbeTYWK2; 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=1702058860; 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=Rr29s3qm8Y5iMQc7qbd2l6vvzpl7asRebzBLqmhOAOk=; b=DSyiYHL1l+Bp5SxHm11+rkBoktRSLXR4iDS/Xqjlh8B6tRlKdn8FjzRTGY29SmGCgnx5I2 RdnDOh8xKZ4LXn4O/NssXnR6u6eM6Vz5OhoaGwuxuvlGKnr0XGsu3nX+O+FxI8KhACj3IR Ut9VI/ScwBiWN086kvBGRQ4kNXDSSotzlCte0eNGy7/IME/ONql5+FTOUnBbafy+ID8+AU kQhv4P/57cYNoQavrfIOWlKEfSqisjK2YsTFq/ab8lZaPc9oMw+PD/g5ADjTxeL+S/klfn abf93meslEqZ6cAH4/CjvO7M9Wzb1fEqHs2CcMYw0X+0e9OqmIbY9UoErr6/Bw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=phfrohring.com header.s=gm1 header.b=cbeTYWK2; 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=1702058860; a=rsa-sha256; cv=none; b=CQPYrd3Ca/c5FYGumc4i6b05P/+AILybMuwLqap+jJ4Q6OFAvMKFJm4tte8bJNh1cRL7t+ xKtN5LGxmJWWAJ1xWyOHqKBQ9zP5X00YOaUjLfYDbD1L3daJr0dReE9SvrcAZ1TwgiTHM2 3GyFSWxhde/5BR585BtZGSY12yzi4/sHptx6fdz724IkW43rZZeZGM5+ZpzDLhdTWMsv/H 1JA+PFYgLDsxf96Ua1q+6CzQ8RoayX+WjXoUXNlVOzn3DTUElSsmpC5evRluD8j04eBU+T 1Cj5mu5a85xUTIze/AmUFh/ggFVoCBje7QbjwEjQGXsO4+t+FiyOixSkKfY/Jg== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rBeig-0005Y2-Fs; Fri, 08 Dec 2023 12:32:58 -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 1rBeib-0005W3-MR for guix-patches@gnu.org; Fri, 08 Dec 2023 12:32: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 1rBeiY-0003aJ-96 for guix-patches@gnu.org; Fri, 08 Dec 2023 12:32:53 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rBeil-0008VY-8V for guix-patches@gnu.org; Fri, 08 Dec 2023 12:33:03 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#66801] [PATCH v3 07/15] gnu: Add elixir-file-system. 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 17:33:03 +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.170205677132594 (code B ref 66801); Fri, 08 Dec 2023 17:33:03 +0000 Received: (at 66801) by debbugs.gnu.org; 8 Dec 2023 17:32:51 +0000 Received: from localhost ([127.0.0.1]:45971 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rBeiY-0008Tc-JE for submit@debbugs.gnu.org; Fri, 08 Dec 2023 12:32:50 -0500 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:50385) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rBeiQ-0008Rk-83 for 66801@debbugs.gnu.org; Fri, 08 Dec 2023 12:32:43 -0500 Received: by mail.gandi.net (Postfix) with ESMTPSA id 4EC1AE0008; Fri, 8 Dec 2023 17:32:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=phfrohring.com; s=gm1; t=1702056743; 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=Rr29s3qm8Y5iMQc7qbd2l6vvzpl7asRebzBLqmhOAOk=; b=cbeTYWK2F+uHFMvZmmbZMzs0KZZBdo/36uAj3ryV0Q1WK5ZDGsJiur+8Jv7iEHo5ksieQy bsNn4syoK4T+Hg7kZ1intP8XQar7jd74VK6blqjFlVKh2ltdmSKkwse1HvtgrhupfT5Ld+ qRnnemsP6dqmvr7fJ2wi47+VksuwXejUGIHuRNf4gWGCaEuuFNmzHfMl7t+2DXluxNMoJr 40/TwM5gcw2guzgU34a3vNPWObzteSTrY/QQ1w18PxPkpN/Ff2mtaO3NuXzjJWZGVH9qO8 8gOzV42Q+sSHqEw6CQke3PHmdydP29wmSGENgk5uIsjfeItAjMX/FTKxhsO/Xg== From: Pierre-Henry =?UTF-8?Q?Fr=C3=B6hring?= Date: Fri, 8 Dec 2023 18:31:34 +0100 Message-ID: <9639fb57b77e11e456a96a7e3fdfc6cbaf039a4c.1702056580.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-Country: US X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -4.25 X-Spam-Score: -4.25 X-Migadu-Queue-Id: 404986C296 X-Migadu-Scanner: mx10.migadu.com X-TUID: aTXGCIGvUTmv From: Pierre-Henry Fröhring * gnu/packages/elixir-xyz.scm (elixir-file-system): New variable. Change-Id: I54e9c9069ddf150bb0c882775b0b2c9d5e59abd6 --- gnu/packages/elixir-xyz.scm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/elixir-xyz.scm b/gnu/packages/elixir-xyz.scm index dc20a69b4..348cba49a 100644 --- a/gnu/packages/elixir-xyz.scm +++ b/gnu/packages/elixir-xyz.scm @@ -91,6 +91,28 @@ (define-public elixir-jason (home-page "https://hexdocs.pm/jason/") (license license:asl2.0))) +(define-public elixir-file-system + (package + (name "elixir-file-system") + (version "0.2.10") + (source + (origin + (method url-fetch) + (uri (hexpm-uri name version)) + (sha256 + (base32 "1p0myxmnjjds8bbg69dd6fvhk8q3n7lb78zd4qvmjajnzgdmw6a1")) + ;; This directory represents source code not needed on UNIX systems. + ;; Since we aim at UNIX systems, it is deleted. + (snippet '(delete-file-recursively "priv")))) + (build-system mix-build-system) + (propagated-inputs (list inotify-tools)) + (arguments (list #:tests? #f)) ;There is no test/ in the source. + (synopsis "File system change watcher") + (description "Provides a file system change watcher wrapper based on +[fs](https://github.com/synrc/fs).") + (home-page "https://hexdocs.pm/file_system/") + (license license:wtfpl2))) + ;;; ;;; 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