gnu: Add elixir-recode.

* gnu/packages/elixir-xyz.scm (elixir-recode): New variable.

Change-Id: I6f2114ce3b7f11a8fa7eaee15fd71285591cbbd1
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Giacomo Leidi 2025-09-15 14:33:36 +02:00 committed by Ludovic Courtès
parent 8fb9874bf3
commit bda0f1f67c
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -779,6 +779,27 @@ any case.")
(home-page "https://hexdocs.pm/recase/") (home-page "https://hexdocs.pm/recase/")
(license license:expat))) (license license:expat)))
(define-public elixir-recode
(package
(name "elixir-recode")
(version "0.7.3")
(source
(origin
(method url-fetch)
(uri (hexpm-uri "recode" version))
(sha256
(base32 "1n3gqgcl1qx5h1z9yqx28nbavgydvivm3cr3qifnbdwry07zb365"))))
(build-system mix-build-system)
(native-inputs
(list elixir-excoveralls elixir-mox))
(propagated-inputs
(list elixir-escape elixir-glob-ex elixir-rewrite))
(synopsis "Linter with autocorrection")
(description "This package provides an experimental linter with
autocorrection.")
(home-page "https://hexdocs.pm/recode/")
(license license:expat)))
(define-public elixir-rewrite (define-public elixir-rewrite
(package (package
(name "elixir-rewrite") (name "elixir-rewrite")