diff options
| author | Giacomo Leidi <goodoldpaul@autistici.org> | 2025-09-15 14:37:53 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2025-09-30 08:43:36 +0200 |
| commit | 6cb9ab759197f3e97478ee713d84c35cb4af4098 (patch) | |
| tree | f37c9438bdc3817a4c153c82483e8c466e541f8a /gnu/packages/elixir-xyz.scm | |
| parent | a50acc87c6da535814793cc2f36477a4e9029376 (diff) | |
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>
Diffstat (limited to 'gnu/packages/elixir-xyz.scm')
| -rw-r--r-- | gnu/packages/elixir-xyz.scm | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/gnu/packages/elixir-xyz.scm b/gnu/packages/elixir-xyz.scm index f2b981e7fcb..0190410b8f3 100644 --- a/gnu/packages/elixir-xyz.scm +++ b/gnu/packages/elixir-xyz.scm | |||
| @@ -672,6 +672,26 @@ explicit contracts for Elixir.") | |||
| 672 | (home-page "https://hexdocs.pm/mox/") | 672 | (home-page "https://hexdocs.pm/mox/") |
| 673 | (license license:asl2.0))) | 673 | (license license:asl2.0))) |
| 674 | 674 | ||
| 675 | (define-public elixir-nebulex | ||
| 676 | (package | ||
| 677 | (name "elixir-nebulex") | ||
| 678 | (version "2.6.3") | ||
| 679 | (source | ||
| 680 | (origin | ||
| 681 | (method url-fetch) | ||
| 682 | (uri (hexpm-uri "nebulex" version)) | ||
| 683 | (sha256 | ||
| 684 | (base32 "1maq362prnjxigj3gkd6j9fy54ff4mj97r6aqz7gyqw45yvcpk89")))) | ||
| 685 | (build-system mix-build-system) | ||
| 686 | (arguments | ||
| 687 | ;;Tests depend on elixir-ex2ms which is not packaged yet. | ||
| 688 | (list #:tests? #f)) | ||
| 689 | (propagated-inputs (list elixir-decorator erlang-shards erlang-telemetry)) | ||
| 690 | (synopsis "In-memory and distributed caching toolkit for Elixir") | ||
| 691 | (description "In-memory and distributed caching toolkit for Elixir.") | ||
| 692 | (home-page "https://hexdocs.pm/nebulex/") | ||
| 693 | (license license:expat))) | ||
| 694 | |||
| 675 | (define-public elixir-nimble-options | 695 | (define-public elixir-nimble-options |
| 676 | (package | 696 | (package |
| 677 | (name "elixir-nimble-options") | 697 | (name "elixir-nimble-options") |
