diff options
| author | Giacomo Leidi <goodoldpaul@autistici.org> | 2025-09-24 10:31:07 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2025-09-30 08:43:47 +0200 |
| commit | 0feb1af193b5e210124f82e4a721fc396241bcac (patch) | |
| tree | bcb7dcd42145d74e74216c60c058966cdb78a7bc /gnu/packages/elixir-web.scm | |
| parent | ed4587bfcc8a73335084b52007424b012677c4d2 (diff) | |
gnu: Add elixir-phoenix-view.
* gnu/packages/elixir-web.scm (elixir-phoenix-view): New variable.
Change-Id: I3d54b8a8c66136cc54f773a1c1271f0f4fe59d74
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/elixir-web.scm')
| -rw-r--r-- | gnu/packages/elixir-web.scm | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/gnu/packages/elixir-web.scm b/gnu/packages/elixir-web.scm index bf1ea9a8916..3110d332f74 100644 --- a/gnu/packages/elixir-web.scm +++ b/gnu/packages/elixir-web.scm | |||
| @@ -448,6 +448,31 @@ engine.") | |||
| 448 | (home-page "https://hexdocs.pm/phoenix_template/") | 448 | (home-page "https://hexdocs.pm/phoenix_template/") |
| 449 | (license license:expat))) | 449 | (license license:expat))) |
| 450 | 450 | ||
| 451 | (define-public elixir-phoenix-view | ||
| 452 | (package | ||
| 453 | (name "elixir-phoenix-view") | ||
| 454 | (version "2.0.4") | ||
| 455 | (source | ||
| 456 | (origin | ||
| 457 | (method url-fetch) | ||
| 458 | (uri (hexpm-uri "phoenix_view" version)) | ||
| 459 | (sha256 | ||
| 460 | (base32 "02v2xd1h415kbf1ncclqx6acrbslh6i2gnrmfgjizwqlrqi216af")))) | ||
| 461 | (build-system mix-build-system) | ||
| 462 | (native-inputs | ||
| 463 | (list elixir-jason)) | ||
| 464 | (propagated-inputs (list elixir-phoenix-html elixir-phoenix-template)) | ||
| 465 | (synopsis "View layer in Phoenix v1.0-v1.6 apps") | ||
| 466 | (description "Within LiveView and HTML apps, @code{Phoenix.View} has fallen | ||
| 467 | out of fashion in favor of @code{Phoenix.Component}. See the \"Replaced by | ||
| 468 | @code{Phoenix.Component}\" section in the @code{Phoenix.View} module | ||
| 469 | documentation for more information and migration steps. | ||
| 470 | |||
| 471 | If you want to render other formats, such as XML, @code{Phoenix.View} may still | ||
| 472 | be a useful addition to your projects.") | ||
| 473 | (home-page "https://hexdocs.pm/phoenix_view/") | ||
| 474 | (license license:expat))) | ||
| 475 | |||
| 451 | (define-public elixir-plug-crypto | 476 | (define-public elixir-plug-crypto |
| 452 | (package | 477 | (package |
| 453 | (name "elixir-plug-crypto") | 478 | (name "elixir-plug-crypto") |
