mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add elixir-brex-result.
* gnu/packages/elixir-xyz.scm (elixir-brex-result): New variable. Change-Id: I80b65be475217e1116240784267a7be753545f39 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
c92e5218da
commit
c626a7f878
1 changed files with 20 additions and 0 deletions
|
@ -206,6 +206,26 @@ that writes and updates tests for you.")
|
||||||
(home-page "https://hexdocs.pm/assert_value/")
|
(home-page "https://hexdocs.pm/assert_value/")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public elixir-brex-result
|
||||||
|
(package
|
||||||
|
(name "elixir-brex-result")
|
||||||
|
(version "0.4.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (hexpm-uri "brex_result" version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1y243rg5kc4fhq62hr45agdy2m1afx2zhv65bpspwwj83k3sl8f2"))))
|
||||||
|
(build-system mix-build-system)
|
||||||
|
(native-inputs
|
||||||
|
(list elixir-excoveralls))
|
||||||
|
(synopsis
|
||||||
|
"Handle common return values")
|
||||||
|
(description
|
||||||
|
"This package provides tools to handle common return values in Elixir.")
|
||||||
|
(home-page "https://hexdocs.pm/brex_result/")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public elixir-bunt
|
(define-public elixir-bunt
|
||||||
(package
|
(package
|
||||||
(name "elixir-bunt")
|
(name "elixir-bunt")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue