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:
Giacomo Leidi 2025-09-13 13:36:31 +02:00 committed by Ludovic Courtès
parent e95b095e76
commit 501c9c196b
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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")