gnu: Add elixir-arrows.

* gnu/packages/elixir-xyz.scm (elixir-arrows): New variable.

Change-Id: I302fc35aa8d23d033c9f4a25be4aea394b69553a
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Giacomo Leidi 2025-09-13 12:16:56 +02:00 committed by Ludovic Courtès
parent 9f2cf24a7a
commit 08bd6c57ad
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -170,6 +170,23 @@ providing @code{Access} behaviour for custom structs.")
(home-page "https://hexdocs.pm/accessible/") (home-page "https://hexdocs.pm/accessible/")
(license license:expat))) (license license:expat)))
(define-public elixir-arrows
(package
(name "elixir-arrows")
(version "0.2.1")
(source
(origin
(method url-fetch)
(uri (hexpm-uri "arrows" version))
(sha256
(base32 "17gv9xlf6kysa678b421gsvbrlfymvk03mk6rqmphygxyal1ppn3"))))
(build-system mix-build-system)
(synopsis "Handful of (mostly) arrow macros for Elixir")
(description "This package provides @code{elixir-arrows}, a library
implementing a handful of (mostly) arrow macros.")
(home-page "https://hexdocs.pm/arrows/")
(license license:asl2.0)))
(define-public elixir-bunt (define-public elixir-bunt
(package (package
(name "elixir-bunt") (name "elixir-bunt")