unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
To: 71014@debbugs.gnu.org
Cc: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
Subject: [bug#71014] [PATCH 4/5] gnu: go-github-com-pion-mdns-v0: New variable.
Date: Fri, 17 May 2024 22:27:15 +0300	[thread overview]
Message-ID: <5fa2116f23bb6b9dd00764ad50eb67ade06a8e59.1715973559.git.poptsov.artyom@gmail.com> (raw)
In-Reply-To: <cover.1715973559.git.poptsov.artyom@gmail.com>

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

Change-Id: I942a87bf0851f4a9a30257952192c8b60597b41e
---
 gnu/packages/golang-web.scm | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index c9c360d21c..3e0d721fae 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -1682,6 +1682,24 @@ (define-public go-github-com-pion-mdns
 @url{https://github.com/pion, Pion}.")
     (license license:expat)))
 
+(define-public go-github-com-pion-mdns-v0
+  (package
+    (inherit go-github-com-pion-mdns)
+    (name "go-github-com-pion-mdns")
+    (version "0.0.12")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/pion/mdns/")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "18nz0vddxik3q11mn4z65zvrfhspxv0xymxv9w3kgk2kszwq2byy"))))
+    (propagated-inputs
+     (modify-inputs (package-propagated-inputs go-github-com-pion-mdns)
+       (replace "go-github-com-pion-transport" go-github-com-pion-transport)))))
+
 (define-public go-github-com-pion-rtp
   (package
     (name "go-github-com-pion-rtp")
-- 
2.41.0





  parent reply	other threads:[~2024-05-17 19:29 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-17 19:24 [bug#71014] [PATCH 0/5] gnu: Add go-github-com-pion-ice Artyom V. Poptsov
2024-05-17 19:27 ` [bug#71014] [PATCH 1/5] gnu: Add go-github-com-pion-turn-v3 Artyom V. Poptsov
2024-05-17 19:27 ` [bug#71014] [PATCH 2/5] gnu: Add go-github-com-pion-turn-v2 Artyom V. Poptsov
2024-05-17 19:27 ` [bug#71014] [PATCH 3/5] gnu: Add go-github-com-pion-ice-v3 Artyom V. Poptsov
2024-05-17 19:27 ` Artyom V. Poptsov [this message]
2024-05-17 19:27 ` [bug#71014] [PATCH 5/5] gnu: Add go-github-com-pion-ice-v2 Artyom V. Poptsov
2024-06-07  0:00 ` bug#71014: [PATCH 0/5] gnu: Add go-github-com-pion-ice Sharlatan Hellseher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5fa2116f23bb6b9dd00764ad50eb67ade06a8e59.1715973559.git.poptsov.artyom@gmail.com \
    --to=poptsov.artyom@gmail.com \
    --cc=71014@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).