mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add elixir-decorator.
* gnu/packages/elixir-xyz.scm (elixir-decorator): New variable. Change-Id: I4ba8bea084d22e7012856f3fd7b6720d78d42932 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
e95b095e76
commit
501c9c196b
1 changed files with 17 additions and 0 deletions
|
@ -364,6 +364,23 @@ desired coding style.")
|
|||
(home-page "https://hexdocs.pm/credo/")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public elixir-decorator
|
||||
(package
|
||||
(name "elixir-decorator")
|
||||
(version "1.4.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (hexpm-uri "decorator" version))
|
||||
(sha256
|
||||
(base32 "0zsrasbf6z3g7xs1s8gk5g7rf49ng1dskphqfif8gnl3j3fww1qa"))))
|
||||
(build-system mix-build-system)
|
||||
(synopsis "Function decorators for Elixir")
|
||||
(description "This package provides @code{elixir-decorator}, a library
|
||||
implementing function decorators for Elixir.")
|
||||
(home-page "https://hexdocs.pm/decorator/")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public elixir-erlex
|
||||
(package
|
||||
(name "elixir-erlex")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue