mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add elixir-ex-machina.
* gnu/packages/elixir-databases.scm (elixir-ex-machina): New variable. Change-Id: I1b57e76575ef503035cd1ff36b2ab4f2d007984c Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
b5db1f4cbd
commit
5c103cae0b
1 changed files with 21 additions and 0 deletions
|
@ -110,6 +110,27 @@ 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-ex-machina
|
||||||
|
(package
|
||||||
|
(name "elixir-ex-machina")
|
||||||
|
(version "2.8.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (hexpm-uri "ex_machina" version))
|
||||||
|
(sha256
|
||||||
|
(base32 "0abpg9i08w0iglc0qcl5b3g91jw22s3mvyn4nvxc3hf0cjf1mzkr"))))
|
||||||
|
(build-system mix-build-system)
|
||||||
|
(native-inputs (list elixir-excoveralls))
|
||||||
|
(propagated-inputs (list elixir-ecto elixir-ecto-sql))
|
||||||
|
(synopsis
|
||||||
|
"Factory library")
|
||||||
|
(description
|
||||||
|
"This package provides a factory library by the creators of @code{FactoryBot}
|
||||||
|
(@code{FactoryGirl}).")
|
||||||
|
(home-page "https://hexdocs.pm/ex_machina/")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public elixir-exto
|
(define-public elixir-exto
|
||||||
(package
|
(package
|
||||||
(name "elixir-exto")
|
(name "elixir-exto")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue