me
/
guix
Archived
1
0
Fork 0

gnu: Add go-github-com-pion-turn-v3.

* gnu/packages/golang-web.scm (go-github-com-pion-turn-v3): New variable.

Change-Id: I3e7aeb3c96e9ec4ab2f9b8f7b1b6fbaf3a7e3487
master
Sharlatan Hellseher 2024-05-24 21:31:42 +01:00
parent fc25e039fc
commit 58c835a01f
No known key found for this signature in database
GPG Key ID: 76D727BFF62CD2B5
1 changed files with 26 additions and 0 deletions

View File

@ -1912,6 +1912,32 @@ it like any library. The quickest way to get started is to look at the
go-github-com-pion-transport-v2
go-golang-org-x-sys))))
(define-public go-github-com-pion-turn-v3
(package
(inherit go-github-com-pion-turn)
(name "go-github-com-pion-turn-v3")
(version "3.0.3")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/pion/turn/")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0l78m9ym0sv1zfalbv95lwblmr789fc53d957ph5mdznhjx89lyx"))))
(arguments
(substitute-keyword-arguments (package-arguments
go-github-com-pion-turn)
((#:import-path flags ''())
"github.com/pion/turn/v3")))
(propagated-inputs
(list go-github-com-pion-logging
go-github-com-pion-randutil
go-github-com-pion-stun-v2
go-github-com-pion-transport-v3
go-golang-org-x-sys))))
(define-public go-github-com-pires-go-proxyproto
(package
(name "go-github-com-pires-go-proxyproto")