mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
b9279253b1
commit
acaa0672ba
1 changed files with 19 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue