gnu: Add elixir-phoenix-pubsub.

* gnu/packages/elixir-web.scm (elixir-phoenix-pubsub): New variable.

Change-Id: Iad2bc098c176ff2402c2ddffe0881a47fc24ba1f
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Giacomo Leidi 2025-09-24 10:28:08 +02:00 committed by Ludovic Courtès
parent fbbe9164de
commit bbcd964285
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -407,6 +407,27 @@ framework.")
(home-page "https://hexdocs.pm/phoenix_html/") (home-page "https://hexdocs.pm/phoenix_html/")
(license license:expat))) (license license:expat)))
(define-public elixir-phoenix-pubsub
(package
(name "elixir-phoenix-pubsub")
(version "2.1.3")
(source
(origin
(method url-fetch)
(uri (hexpm-uri "phoenix_pubsub" version))
(sha256
(base32 "00p5dvizhawhqbia2cakdn4whaxsm2adq3lzfn3b137xvk0np85v"))))
(build-system mix-build-system)
(arguments
;; Tests require network
(list #:tests? #f))
(synopsis "Distributed PubSub and Presence platform")
(description "This package provides @code{elixir-phoenix-pubsub}, a library
implementing a distributed @code{PubSub} and @code{Presence} platform for the
Phoenix Framework.")
(home-page "https://hexdocs.pm/phoenix_pubsub/")
(license license:expat)))
(define-public elixir-plug-crypto (define-public elixir-plug-crypto
(package (package
(name "elixir-plug-crypto") (name "elixir-plug-crypto")