gnu: Add elixir-sourceror.

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

Change-Id: Ia98ac1a37d2b3916faf76c778dc8ab709f026f12
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Giacomo Leidi 2025-09-15 10:59:37 +02:00 committed by Ludovic Courtès
parent b9279253b1
commit acaa0672ba
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -683,6 +683,25 @@ human-readable.")
(home-page "https://hexdocs.pm/sizeable/")
(license license:expat)))
(define-public elixir-sourceror
(package
(name "elixir-sourceror")
(version "1.10.0")
(source
(origin
(method url-fetch)
(uri (hexpm-uri "sourceror" version))
(sha256
(base32 "1wdkqiszn0483g2wfp85s15mz08xzhic9zbfisfrqmh45v4xznr9"))))
(build-system mix-build-system)
(native-inputs
(list elixir-excoveralls))
(synopsis "Utilities to work with Elixir source code")
(description "This package provides @code{elixir-sourceror}, a library
implementing utilities to work with Elixir source code.")
(home-page "https://hexdocs.pm/sourceror/")
(license license:asl2.0)))
;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances
;;; of a merge conflict, place them above by existing packages with similar