mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add elixir-exto.
* gnu/packages/elixir-databases.scm (elixir-exto): New variable. Change-Id: I75bbda69c5387b8303812a071110b12d50590e0e Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
f1afc5448b
commit
37d88861a2
1 changed files with 20 additions and 0 deletions
|
@ -73,3 +73,23 @@ describe/encode/decode.")
|
||||||
for Elixir.")
|
for Elixir.")
|
||||||
(home-page "https://hexdocs.pm/ecto/")
|
(home-page "https://hexdocs.pm/ecto/")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
|
(define-public elixir-exto
|
||||||
|
(package
|
||||||
|
(name "elixir-exto")
|
||||||
|
(version "0.4.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (hexpm-uri "exto" version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1mkzxj37dqb966fhqg528wrlfx9ifgxis87np4fqc30rqabgsyj4"))))
|
||||||
|
(build-system mix-build-system)
|
||||||
|
(propagated-inputs (list elixir-accessible elixir-ecto))
|
||||||
|
(native-inputs
|
||||||
|
(list elixir-decimal))
|
||||||
|
(synopsis "Extend ecto schema definitions in config")
|
||||||
|
(description "@code{Exto} is an Elixir library providing
|
||||||
|
configuration-driven @code{Ecto} schema extensibility.")
|
||||||
|
(home-page "https://hexdocs.pm/exto/")
|
||||||
|
(license license:asl2.0)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue