mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add elixir-glob-ex.
* gnu/packages/elixir-xyz.scm (elixir-glob-ex): New variable. Change-Id: Id8ca80bf243ea809434f1342cdc59133d9ec1a8e Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
d2442b612f
commit
0fbfeaef05
1 changed files with 18 additions and 0 deletions
|
@ -493,6 +493,24 @@ writer and parser).")
|
|||
(home-page "https://hexdocs.pm/git_diff/")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public elixir-glob-ex
|
||||
(package
|
||||
(name "elixir-glob-ex")
|
||||
(version "0.1.11")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (hexpm-uri "glob_ex" version))
|
||||
(sha256
|
||||
(base32 "1r2xa8h10d1ynrcdbwbq8fg34k4qd5kl2svnc5g19qsn60v2j9rl"))))
|
||||
(build-system mix-build-system)
|
||||
(native-inputs
|
||||
(list elixir-prove))
|
||||
(synopsis "Library for glob expressions")
|
||||
(description "This package provides a library for glob expressions.")
|
||||
(home-page "https://hexdocs.pm/glob_ex/")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public elixir-machete
|
||||
(package
|
||||
(name "elixir-machete")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue