mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add erlang-hut.
* gnu/packages/erlang-xyz.scm (erlang-hut): New variable. Change-Id: I20e2aa3e19d462be9eb7be14b9569c5b3deb01ef Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
0ecab32bc5
commit
e1edf4d40f
1 changed files with 19 additions and 0 deletions
|
@ -212,6 +212,25 @@ Erlang and Elixir.")
|
||||||
(home-page "https://hex.pm/packages/jiffy")
|
(home-page "https://hex.pm/packages/jiffy")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public erlang-hut
|
||||||
|
(package
|
||||||
|
(name "erlang-hut")
|
||||||
|
(version "1.4.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (hexpm-uri "hut" version))
|
||||||
|
(sha256
|
||||||
|
(base32 "00xvdqyycljks3dh79jz4rjmdwcp7ky6158dywva765fkd5p1y3s"))))
|
||||||
|
(build-system rebar-build-system)
|
||||||
|
(synopsis
|
||||||
|
"Helper logging library for Erlang")
|
||||||
|
(description
|
||||||
|
"This package provides an helper library for making Erlang libraries
|
||||||
|
logging framework agnostic.")
|
||||||
|
(home-page "https://hex.pm/packages/hut")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public erlang-pkix
|
(define-public erlang-pkix
|
||||||
(package
|
(package
|
||||||
(name "erlang-pkix")
|
(name "erlang-pkix")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue