mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: Add elixir-mimic.
* gnu/packages/elixir-xyz.scm (elixir-mimic): New variable. Change-Id: I4b430d0c4c873ec15902d869608e93d5ed91a620 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
529522d7f5
commit
500f5e37d2
1 changed files with 18 additions and 0 deletions
|
|
@ -713,6 +713,24 @@ for Elixir.")
|
|||
(home-page "https://hexdocs.pm/mime/")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public elixir-mimic
|
||||
(package
|
||||
(name "elixir-mimic")
|
||||
(version "2.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (hexpm-uri "mimic" version))
|
||||
(sha256
|
||||
(base32 "0mh9dx5v5zxghjlgxlgxkn74x0jw08iszb88c9809v9k16kw4qcx"))))
|
||||
(build-system mix-build-system)
|
||||
(propagated-inputs (list elixir-ham))
|
||||
(synopsis "Mocks for Elixir functions")
|
||||
(description "This package provides @code{mimic} a mocking library for
|
||||
Elixir.")
|
||||
(home-page "https://hexdocs.pm/mimic/")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public elixir-mox
|
||||
(package
|
||||
(name "elixir-mox")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue