gnu: Add erlang-stun.
* gnu/packages/erlang-xyz.scm (erlang-stun): New variable. Change-Id: I3549fd1ddbae2490ea454c56bdca804d1030ceec Signed-off-by: Andrew Tropin <andrew@trop.in>master
parent
4c2197414e
commit
d17f06a8e6
|
@ -309,6 +309,24 @@ for Erlang/Elixir.")
|
||||||
(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")
|
||||||
|
|
Reference in New Issue