summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-03-01 15:34:39 +0000
committerAndreas Enge <andreas@enge.fr>2026-03-18 14:07:28 +0100
commit47e6dca46a7350f7d6236cad87b0e36caa2f43ac (patch)
tree860b56b516e4251878354270f83accaa595c9757 /gnu/packages
parent03fad375251f5fc412426775b721549e98a331bc (diff)
gnu: Remove go-github-com-pion-webrtc-v3.
* gnu/packages/golang-web.scm (go-github-com-pion-webrtc-v3): Delete variable. (go-github-com-pion-webrtc-v4): Don't inherit from go-github-com-pion-webrtc-v3. Fixes: guix/guix#6324 Change-Id: Id6ee10acf5bd9bc2dd64e0c2d65fb77b92b8b5b8
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/golang-web.scm61
1 files changed, 13 insertions, 48 deletions
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index b91a443dc96..c540f640844 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -12618,25 +12618,25 @@ it like any library. The quickest way to get started is to look at the
12618 go-golang-org-x-sys 12618 go-golang-org-x-sys
12619 go-golang-org-x-time)))) 12619 go-golang-org-x-time))))
12620 12620
12621(define-public go-github-com-pion-webrtc-v3 12621(define-public go-github-com-pion-webrtc-v4
12622 (package 12622 (package
12623 (name "go-github-com-pion-webrtc-v3") 12623 (name "go-github-com-pion-webrtc-v4")
12624 (version "3.3.0") 12624 (version "4.2.6")
12625 (source 12625 (source
12626 (origin 12626 (origin
12627 (method git-fetch) 12627 (method git-fetch)
12628 (uri (git-reference 12628 (uri (git-reference
12629 (url "https://github.com/pion/webrtc") 12629 (url "https://github.com/pion/webrtc")
12630 (commit (string-append "v" version)))) 12630 (commit (string-append "v" version))))
12631 (file-name (git-file-name name version)) 12631 (file-name (git-file-name name version))
12632 (sha256 12632 (sha256
12633 (base32 "1f421a2s00mj5l9bj96xlignwfdfkp6kwk9qjs3vhazpmvqxzsgi")))) 12633 (base32 "039sm8w6bmsk63zpa7dpfqz1fb5bysi6432d6by0j8s64r9dvp50"))))
12634 (build-system go-build-system) 12634 (build-system go-build-system)
12635 (arguments 12635 (arguments
12636 (list 12636 (list
12637 ;; XXX: Figure out why tests timeout and fail eventually. 12637 ;; XXX: Figure out why tests timeout and fail eventually.
12638 #:tests? #f 12638 #:tests? #f
12639 #:import-path "github.com/pion/webrtc/v3" 12639 #:import-path "github.com/pion/webrtc/v4"
12640 #:phases 12640 #:phases
12641 #~(modify-phases %standard-phases 12641 #~(modify-phases %standard-phases
12642 (add-after 'unpack 'remove-examples-and-benchmarks 12642 (add-after 'unpack 'remove-examples-and-benchmarks
@@ -12648,8 +12648,8 @@ it like any library. The quickest way to get started is to look at the
12648 (list go-github-com-stretchr-testify)) 12648 (list go-github-com-stretchr-testify))
12649 (propagated-inputs 12649 (propagated-inputs
12650 (list go-github-com-pion-datachannel 12650 (list go-github-com-pion-datachannel
12651 go-github-com-pion-dtls-v2 12651 go-github-com-pion-dtls-v3
12652 go-github-com-pion-ice-v2 12652 go-github-com-pion-ice-v4
12653 go-github-com-pion-interceptor 12653 go-github-com-pion-interceptor
12654 go-github-com-pion-logging 12654 go-github-com-pion-logging
12655 go-github-com-pion-randutil 12655 go-github-com-pion-randutil
@@ -12657,9 +12657,10 @@ it like any library. The quickest way to get started is to look at the
12657 go-github-com-pion-rtp 12657 go-github-com-pion-rtp
12658 go-github-com-pion-sctp 12658 go-github-com-pion-sctp
12659 go-github-com-pion-sdp-v3 12659 go-github-com-pion-sdp-v3
12660 go-github-com-pion-srtp-v2 12660 go-github-com-pion-srtp-v3
12661 go-github-com-pion-stun 12661 go-github-com-pion-stun-v3
12662 go-github-com-pion-transport-v2 12662 go-github-com-pion-transport-v4
12663 go-github-com-pion-turn-v4
12663 go-golang-org-x-net)) 12664 go-golang-org-x-net))
12664 (home-page "https://github.com/pion/webrtc") 12665 (home-page "https://github.com/pion/webrtc")
12665 (synopsis "Implementation of the WebRTC API in Golang") 12666 (synopsis "Implementation of the WebRTC API in Golang")
@@ -12681,42 +12682,6 @@ STUN, TURN mDNS candidates
12681@end itemize") 12682@end itemize")
12682 (license license:expat))) 12683 (license license:expat)))
12683 12684
12684(define-public go-github-com-pion-webrtc-v4
12685 (package
12686 (inherit go-github-com-pion-webrtc-v3)
12687 (name "go-github-com-pion-webrtc-v4")
12688 (version "4.2.6")
12689 (source
12690 (origin
12691 (method git-fetch)
12692 (uri (git-reference
12693 (url "https://github.com/pion/webrtc")
12694 (commit (string-append "v" version))))
12695 (file-name (git-file-name name version))
12696 (sha256
12697 (base32 "039sm8w6bmsk63zpa7dpfqz1fb5bysi6432d6by0j8s64r9dvp50"))))
12698 (build-system go-build-system)
12699 (arguments
12700 (substitute-keyword-arguments
12701 (package-arguments go-github-com-pion-webrtc-v3)
12702 ((#:import-path _) "github.com/pion/webrtc/v4")))
12703 (propagated-inputs
12704 (list go-github-com-pion-datachannel
12705 go-github-com-pion-dtls-v3
12706 go-github-com-pion-ice-v4
12707 go-github-com-pion-interceptor
12708 go-github-com-pion-logging
12709 go-github-com-pion-randutil
12710 go-github-com-pion-rtcp
12711 go-github-com-pion-rtp
12712 go-github-com-pion-sctp
12713 go-github-com-pion-sdp-v3
12714 go-github-com-pion-srtp-v3
12715 go-github-com-pion-stun-v3
12716 go-github-com-pion-transport-v4
12717 go-github-com-pion-turn-v4
12718 go-golang-org-x-net))))
12719
12720(define-public go-github-com-pires-go-proxyproto 12685(define-public go-github-com-pires-go-proxyproto
12721 (package 12686 (package
12722 (name "go-github-com-pires-go-proxyproto") 12687 (name "go-github-com-pires-go-proxyproto")