gnu: Add elixir-nebulex.

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

Change-Id: I0e53ec8f424bbab3dcb79a28f9a6ee19da2141b6
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Giacomo Leidi 2025-09-15 14:37:53 +02:00 committed by Ludovic Courtès
parent a50acc87c6
commit 6cb9ab7591
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -672,6 +672,26 @@ explicit contracts for Elixir.")
(home-page "https://hexdocs.pm/mox/")
(license license:asl2.0)))
(define-public elixir-nebulex
(package
(name "elixir-nebulex")
(version "2.6.3")
(source
(origin
(method url-fetch)
(uri (hexpm-uri "nebulex" version))
(sha256
(base32 "1maq362prnjxigj3gkd6j9fy54ff4mj97r6aqz7gyqw45yvcpk89"))))
(build-system mix-build-system)
(arguments
;;Tests depend on elixir-ex2ms which is not packaged yet.
(list #:tests? #f))
(propagated-inputs (list elixir-decorator erlang-shards erlang-telemetry))
(synopsis "In-memory and distributed caching toolkit for Elixir")
(description "In-memory and distributed caching toolkit for Elixir.")
(home-page "https://hexdocs.pm/nebulex/")
(license license:expat)))
(define-public elixir-nimble-options
(package
(name "elixir-nimble-options")