mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
8fb9874bf3
commit
bda0f1f67c
1 changed files with 21 additions and 0 deletions
|
@ -779,6 +779,27 @@ any case.")
|
|||
(home-page "https://hexdocs.pm/recase/")
|
||||
(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
|
||||
(package
|
||||
(name "elixir-rewrite")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue