mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add elixir-verbs.
* gnu/packages/elixir-xyz.scm (elixir-verbs): New variable. Change-Id: Ief2bbfd27e2795e41ab725faa9490d3d4837af54 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
c949bf94bb
commit
f157d56fc6
1 changed files with 16 additions and 0 deletions
|
@ -818,6 +818,22 @@ functional way.")
|
|||
(home-page "https://hexdocs.pm/traverse/")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public elixir-verbs
|
||||
(package
|
||||
(name "elixir-verbs")
|
||||
(version "0.6.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (hexpm-uri "verbs" version))
|
||||
(sha256
|
||||
(base32 "19nbkwrphns1yjk0rca1zq6v43m878r7750ppf4av3kcf58328hr"))))
|
||||
(build-system mix-build-system)
|
||||
(synopsis "Conjugates English verbs")
|
||||
(description "This package provides a library to conjugate English verbs.")
|
||||
(home-page "https://hexdocs.pm/verbs/")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public elixir-zest
|
||||
(package
|
||||
(name "elixir-zest")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue