mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
fbbe9164de
commit
bbcd964285
1 changed files with 21 additions and 0 deletions
|
@ -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")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue