mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: Add elixir-mime.
* gnu/packages/elixir-xyz.scm (elixir-mime): New variable. Change-Id: Ie02733660dd7ee4bacc8ea0691b266c2d2dba0d2 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
e5ece10da3
commit
a2f7a3a941
1 changed files with 17 additions and 0 deletions
|
|
@ -532,6 +532,23 @@ literals, variables, or parametrically defined matchers.")
|
|||
(home-page "https://hexdocs.pm/machete/")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public elixir-mime
|
||||
(package
|
||||
(name "elixir-mime")
|
||||
(version "2.0.7")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (hexpm-uri "mime" version))
|
||||
(sha256
|
||||
(base32 "1k8cx1qwgwshc3gx4hg2w9r9cvgb8pj6rdy5zwin1qcy7671hwb1"))))
|
||||
(build-system mix-build-system)
|
||||
(synopsis "MIME types module")
|
||||
(description "This package provides @code{elixir-mime}, a MIME type module
|
||||
for Elixir.")
|
||||
(home-page "https://hexdocs.pm/mime/")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public elixir-mox
|
||||
(package
|
||||
(name "elixir-mox")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue