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:
Giacomo Leidi 2025-09-12 18:47:23 +02:00 committed by Ludovic Courtès
parent fb6a2b76b0
commit 90acd6455b
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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")