guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#71014] [PATCH 5/5] gnu: Add go-github-com-pion-ice-v2.


From: Artyom V. Poptsov
Subject: [bug#71014] [PATCH 5/5] gnu: Add go-github-com-pion-ice-v2.
Date: Fri, 17 May 2024 22:27:16 +0300

* gnu/packages/golang-xyz.scm (go-github-com-pion-ice-v2): New variable.

Change-Id: I06f3e26ef7aa5e1a71319c636b4f5846c0c2eb2a
---
 gnu/packages/golang-xyz.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index a8a6cd69d7..12ace7a6bc 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -3020,6 +3020,33 @@ (define-public go-github-com-pion-ice-v3
 as a part of @url{https://github.com/pion, Pion} WebRTC implementation.")
     (license license:expat)))
 
+(define-public go-github-com-pion-ice-v2
+  (package
+    (inherit go-github-com-pion-ice-v3)
+    (name "go-github-com-pion-ice")
+    (version "2.3.24")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/pion/ice/";)
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0mh7l31vv15gxpl61f22jwpc77b5l9wx4hbjv4h8cgmpb9911cv8"))))
+    (arguments
+     (substitute-keyword-arguments (package-arguments
+                                    go-github-com-pion-ice-v3)
+       ((#:unpack-path flags ''())
+        "github.com/pion/ice/v2")
+       ((#:import-path flags ''())
+        "github.com/pion/ice/v2")))
+    (propagated-inputs
+     (modify-inputs (package-propagated-inputs go-github-com-pion-ice-v3)
+       (replace "go-github-com-pion-mdns" go-github-com-pion-mdns-v0)
+       (replace "go-github-com-pion-stun-v2" go-github-com-pion-stun)
+       (replace "go-github-com-pion-turn" go-github-com-pion-turn-v2)))))
+
 (define-public go-github-com-pion-logging
   (package
     (name "go-github-com-pion-logging")
-- 
2.41.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]