me
/
guix
Archived
1
0
Fork 0

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
Igor Goryachev via Guix-patches via 2024-08-05 13:44:51 +03:00 committed by Andrew Tropin
parent 4c2197414e
commit d17f06a8e6
No known key found for this signature in database
GPG Key ID: 2208D20958C1DEB0
1 changed files with 18 additions and 0 deletions

View File

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