unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Raghav Gururajan <raghavgururajan@disroot.org>
To: 43575@debbugs.gnu.org
Cc: dannym@scratchpost.org
Subject: [bug#43575] Gajim-Next
Date: Wed, 23 Sep 2020 00:03:57 -0400	[thread overview]
Message-ID: <70d8b9a4-d694-1748-a2b0-ec3f37ca8923@disroot.org> (raw)
In-Reply-To: <c9679efa-2900-a808-9f06-aa0a9ec55cb0@disroot.org>

[-- Attachment #1: Type: text/plain, Size: 380 bytes --]

Hello Guix!

> Please find the attached patch-set.
> 
> NOTES:
> [1] New module gajim.scm was created, as Gajim project has quite a 
> packages of it's own. The idea is similar to linphone.scm.
> [2] Once users get used to gajim-next and gajim-omemo-next, we can 
> deprecate older package definitions gajim and gajim-omemo.

OOPS! Missed a patch. Attached it here.

Regards,
RG.

[-- Attachment #2: 0.patch --]
[-- Type: text/x-patch, Size: 1255 bytes --]

From 5380eeb27f5c3815c3a78e75924a68d6c95eb4d3 Mon Sep 17 00:00:00 2001
From: Raghav Gururajan <raghavgururajan@disroot.org>
Date: Wed, 23 Sep 2020 00:01:13 -0400
Subject: [PATCH 7/7] gnu: libnice: Propagate gnutls.

* gnu/packages/networking.scm (libnice) [inputs]: Move gnutls to ...
[propagated-inputs]: ... here.
---
 gnu/packages/networking.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 1c2e7cf979..eb4a6c8c98 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -238,13 +238,13 @@ Android, and ChromeOS.")
        ("gtk-doc" ,gtk-doc)
        ("pkg-config" ,pkg-config)))
     (inputs
-     `(("gnutls" ,gnutls)
-       ("gstreamer" ,gstreamer)
+     `(("gstreamer" ,gstreamer)
        ("gst-plugins-base" ,gst-plugins-base)
        ("libnsl" ,libnsl)))
     (propagated-inputs
      `(("glib" ,glib)
-       ("glib-networking" ,glib-networking)))
+       ("glib-networking" ,glib-networking)
+       ("gnutls" ,gnutls)))
     (synopsis "GLib ICE implementation")
     (description "LibNice is a library that implements the Interactive
 Connectivity Establishment (ICE) standard (RFC 5245 & RFC 8445).  It provides a
-- 
2.28.0


  reply	other threads:[~2020-09-23  4:05 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-23  3:52 [bug#43575] Gajim-Next Raghav Gururajan
2020-09-23  4:03 ` Raghav Gururajan [this message]
2020-10-19 23:15   ` bug#43575: Gajim-Next Julien Lepiller
2020-10-15  4:52 ` [bug#43575] Gajim-Next Raghav Gururajan
2020-10-15  4:53 ` Raghav Gururajan
2020-10-15 21:24 ` Raghav Gururajan
2020-10-15 21:41 ` Raghav Gururajan

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=70d8b9a4-d694-1748-a2b0-ec3f37ca8923@disroot.org \
    --to=raghavgururajan@disroot.org \
    --cc=43575@debbugs.gnu.org \
    --cc=dannym@scratchpost.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).