mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add elixir-phoenix-html.
* gnu/packages/elixir-web.scm (elixir-phoenix-html): New variable. Change-Id: I67309393c19a10d478ccf443e3b893253e2b163a Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
7d43f90678
commit
f335020725
1 changed files with 18 additions and 0 deletions
|
@ -366,6 +366,24 @@ having different kinds of processes handle connections.")
|
||||||
(home-page "https://hexdocs.pm/neuron/")
|
(home-page "https://hexdocs.pm/neuron/")
|
||||||
(license license:isc)))
|
(license license:isc)))
|
||||||
|
|
||||||
|
(define-public elixir-phoenix-html
|
||||||
|
(package
|
||||||
|
(name "elixir-phoenix-html")
|
||||||
|
(version "4.2.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (hexpm-uri "phoenix_html" version))
|
||||||
|
(sha256
|
||||||
|
(base32 "0lz04g7h49x9rg4k3l6zz29va84fxy62m3xfb7cmswg21880iwfg"))))
|
||||||
|
(build-system mix-build-system)
|
||||||
|
(synopsis "Phoenix view functions for working with HTML templates")
|
||||||
|
(description "This package provides @code{elixir-phoenix-html}, a library
|
||||||
|
implementing view functions for working with HTML templates in the Phoenix
|
||||||
|
framework.")
|
||||||
|
(home-page "https://hexdocs.pm/phoenix_html/")
|
||||||
|
(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