mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add elixir-mox.
* gnu/packages/elixir-xyz.scm (elixir-mox): New variable. Change-Id: I9d0e4365ff9abaf4acc5aae2d245370b71f25da5 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
0fbfeaef05
commit
b9279253b1
1 changed files with 21 additions and 0 deletions
|
@ -531,6 +531,27 @@ literals, variables, or parametrically defined matchers.")
|
||||||
(home-page "https://hexdocs.pm/machete/")
|
(home-page "https://hexdocs.pm/machete/")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public elixir-mox
|
||||||
|
(package
|
||||||
|
(name "elixir-mox")
|
||||||
|
(version "1.2.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (hexpm-uri "mox" version))
|
||||||
|
(sha256
|
||||||
|
(base32 "16h84745x12h7zrw305mzi93q092pvblr55gxrz4mqlyqqy2pff7"))))
|
||||||
|
(build-system mix-build-system)
|
||||||
|
(native-inputs
|
||||||
|
(list elixir-castore
|
||||||
|
elixir-excoveralls))
|
||||||
|
(propagated-inputs (list elixir-nimble-ownership))
|
||||||
|
(synopsis "Mocks and explicit contracts")
|
||||||
|
(description "This package provides @code{mox}, a library to mock and
|
||||||
|
explicit contracts for Elixir.")
|
||||||
|
(home-page "https://hexdocs.pm/mox/")
|
||||||
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public elixir-nimble-options
|
(define-public elixir-nimble-options
|
||||||
(package
|
(package
|
||||||
(name "elixir-nimble-options")
|
(name "elixir-nimble-options")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue