diff options
| author | Giacomo Leidi <goodoldpaul@autistici.org> | 2025-09-24 10:23:22 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2025-09-30 08:43:46 +0200 |
| commit | f335020725c1574727b5d8a24625b409bdf6a0af (patch) | |
| tree | bc00c4c4dd2a960943867b64d6d6b8b65b74d683 /gnu | |
| parent | 7d43f90678cbce08440789e27544fed0321ebd8a (diff) | |
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>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/elixir-web.scm | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gnu/packages/elixir-web.scm b/gnu/packages/elixir-web.scm index 7c16b3fd343..4d86d5b6c47 100644 --- a/gnu/packages/elixir-web.scm +++ b/gnu/packages/elixir-web.scm @@ -366,6 +366,24 @@ having different kinds of processes handle connections.") (home-page "https://hexdocs.pm/neuron/") (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 (package (name "elixir-plug-crypto") |
