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:
Giacomo Leidi 2025-09-15 10:57:38 +02:00 committed by Ludovic Courtès
parent 0fbfeaef05
commit b9279253b1
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -531,6 +531,27 @@ literals, variables, or parametrically defined matchers.")
(home-page "https://hexdocs.pm/machete/")
(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
(package
(name "elixir-nimble-options")