mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add elixir-error-message.
* gnu/packages/elixir-web.scm (elixir-error-message): New variable. Change-Id: Ie4790e95075ee5a180e28ef3d57e9461c2f7f132 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
674f98181d
commit
3e4bc1cc58
1 changed files with 21 additions and 0 deletions
|
@ -30,6 +30,27 @@
|
||||||
#:prefix license:)
|
#:prefix license:)
|
||||||
#:use-module (guix packages))
|
#:use-module (guix packages))
|
||||||
|
|
||||||
|
;; This package lives here to avoid module level circular dependencies as it
|
||||||
|
;; depends on elixir-plug.
|
||||||
|
(define-public elixir-error-message
|
||||||
|
(package
|
||||||
|
(name "elixir-error-message")
|
||||||
|
(version "0.3.3")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (hexpm-uri "error_message" version))
|
||||||
|
(sha256
|
||||||
|
(base32 "0wsbcwby3grnb5s6558s2x5wrhy8f7vwbbfdk88rsacbf1w0l6k7"))))
|
||||||
|
(build-system mix-build-system)
|
||||||
|
(native-inputs (list elixir-excoveralls))
|
||||||
|
(propagated-inputs (list elixir-jason elixir-plug))
|
||||||
|
(synopsis "Make errors consistent across your system")
|
||||||
|
(description
|
||||||
|
"Error system to help make errors consistent across your system.")
|
||||||
|
(home-page "https://hexdocs.pm/error_message/")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public elixir-plug-crypto
|
(define-public elixir-plug-crypto
|
||||||
(package
|
(package
|
||||||
(name "elixir-plug-crypto")
|
(name "elixir-plug-crypto")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue