mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add elixir-ecto-shorts.
* gnu/packages/elixir-web.scm (elixir-ecto-shorts): New variable. Change-Id: I8256ea711f312af13dcaaab3cc6083aca8302512 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
3e4bc1cc58
commit
338f0f4fdb
1 changed files with 22 additions and 0 deletions
|
@ -30,6 +30,28 @@
|
|||
#:prefix license:)
|
||||
#:use-module (guix packages))
|
||||
|
||||
;; This package lives here to avoid module level circular dependencies as it
|
||||
;; depends on elixir-plug.
|
||||
(define-public elixir-ecto-shorts
|
||||
(package
|
||||
(name "elixir-ecto-shorts")
|
||||
(version "2.4.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (hexpm-uri "ecto_shorts" version))
|
||||
(sha256
|
||||
(base32 "1r7cc0dhhvmqnwicrnay9lsaf2xahr919g993rbbakdca2xw0q3l"))))
|
||||
(build-system mix-build-system)
|
||||
(native-inputs (list elixir-credo elixir-excoveralls))
|
||||
(propagated-inputs (list elixir-ecto-sql elixir-error-message))
|
||||
(synopsis
|
||||
"Helper tools for making ecto interactions shorter")
|
||||
(description
|
||||
"Helper tools for making ecto interactions more pleasant and shorter.")
|
||||
(home-page "https://hexdocs.pm/ecto_shorts/")
|
||||
(license license:expat)))
|
||||
|
||||
;; This package lives here to avoid module level circular dependencies as it
|
||||
;; depends on elixir-plug.
|
||||
(define-public elixir-error-message
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue