mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add erlang-mimerl.
* gnu/packages/erlang-xyz.scm (erlang-mimerl): New variable. Change-Id: I64aca58eb6052f60b02d0f526bc923664139c7c0 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
fb6a2b76b0
commit
90acd6455b
1 changed files with 16 additions and 0 deletions
|
@ -231,6 +231,22 @@ logging framework agnostic.")
|
|||
(home-page "https://hex.pm/packages/hut")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public erlang-mimerl
|
||||
(package
|
||||
(name "erlang-mimerl")
|
||||
(version "1.4.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (hexpm-uri "mimerl" version))
|
||||
(sha256
|
||||
(base32 "0i5i4shhlrc8kphz74i72n17vdd7a0fqk8x3ri78hrccyvwibbqk"))))
|
||||
(build-system rebar-build-system)
|
||||
(synopsis "Library to handle mimetypes")
|
||||
(description "This package provides a library to handle mimetypes.")
|
||||
(home-page "https://hex.pm/packages/mimerl")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public erlang-pkix
|
||||
(package
|
||||
(name "erlang-pkix")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue