mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add elixir-phoenix-ecto.
* gnu/packages/elixir-web.scm (elixir-phoenix-ecto): New variable. Change-Id: Ie5c2f4c6eb44ccddbd5bb2a0149fad6a23bee761 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
f335020725
commit
fbbe9164de
1 changed files with 23 additions and 0 deletions
|
@ -366,6 +366,29 @@ 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-ecto
|
||||||
|
(package
|
||||||
|
(name "elixir-phoenix-ecto")
|
||||||
|
(version "4.6.5")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (hexpm-uri "phoenix_ecto" version))
|
||||||
|
(sha256
|
||||||
|
(base32 "0jwdybzrsbrxjqsqw5pzzf2x8vsw0i2d1bccfhdz61zlxq435v16"))))
|
||||||
|
(build-system mix-build-system)
|
||||||
|
(propagated-inputs
|
||||||
|
(list elixir-ecto
|
||||||
|
elixir-phoenix-html
|
||||||
|
elixir-plug
|
||||||
|
elixir-postgrex))
|
||||||
|
(synopsis "Phoenix and Ecto integration with support for concurrent
|
||||||
|
acceptance testing")
|
||||||
|
(description "This package provides a library that integrates Phoenix with
|
||||||
|
Ecto, implementing all relevant protocols.")
|
||||||
|
(home-page "https://hexdocs.pm/phoenix_ecto/")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public elixir-phoenix-html
|
(define-public elixir-phoenix-html
|
||||||
(package
|
(package
|
||||||
(name "elixir-phoenix-html")
|
(name "elixir-phoenix-html")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue