mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: Add erlang-stun.
* gnu/packages/erlang-xyz.scm (erlang-stun): New variable. Change-Id: I3549fd1ddbae2490ea454c56bdca804d1030ceec Signed-off-by: Andrew Tropin <andrew@trop.in>
This commit is contained in:
parent
4c2197414e
commit
d17f06a8e6
1 changed files with 18 additions and 0 deletions
|
@ -309,6 +309,24 @@ (define-public erlang-fast-tls
|
||||||
(home-page "https://hex.pm/packages/fast_tls")
|
(home-page "https://hex.pm/packages/fast_tls")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
|
(define-public erlang-stun
|
||||||
|
(package
|
||||||
|
(name "erlang-stun")
|
||||||
|
(version "1.2.14")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (hexpm-uri "stun" version))
|
||||||
|
(sha256
|
||||||
|
(base32 "10qm6wh6smj3ixpy251x5w2b9iv51vhgxvk49vczz3bs3dxq0d71"))))
|
||||||
|
(build-system rebar-build-system)
|
||||||
|
(inputs (list erlang-fast-tls erlang-p1-utils))
|
||||||
|
(synopsis "STUN and TURN library for Erlang/Elixir")
|
||||||
|
(description "This package provodes STUN and TURN library for
|
||||||
|
Erlang/Elixir.")
|
||||||
|
(home-page "https://hex.pm/packages/stun")
|
||||||
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public erlang-unicode-util-compat
|
(define-public erlang-unicode-util-compat
|
||||||
(package
|
(package
|
||||||
(name "erlang-unicode-util-compat")
|
(name "erlang-unicode-util-compat")
|
||||||
|
|
Loading…
Reference in a new issue