diff mbox series

[bug#43575] Gajim-Next

Message ID 70d8b9a4-d694-1748-a2b0-ec3f37ca8923@disroot.org
State Accepted
Headers show
Series [bug#43575] Gajim-Next | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch fail View Laminar job

Commit Message

Raghav Gururajan Sept. 23, 2020, 4:03 a.m. UTC
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.

Comments

Raghav Gururajan Oct. 15, 2020, 4:52 a.m. UTC | #1
Hello Guix!

Please find the revised patches.

Regards,
RG.
Raghav Gururajan Oct. 15, 2020, 4:53 a.m. UTC | #2
Hello Guix!

Please find the revised patches attached.

Regards,
RG.
Raghav Gururajan Oct. 15, 2020, 9:24 p.m. UTC | #3
Hello Guix!

Please find the revised patches attached.

Regards,
RG.
Raghav Gururajan Oct. 15, 2020, 9:41 p.m. UTC | #4
Hello Guix!

> Please find the revised patches attached.

Oops! here are the correct ones.

Regards,
RG.
Julien Lepiller Oct. 19, 2020, 11:15 p.m. UTC | #5
Pushed as 0c140b12f3fe21540ffdda0a84a1e1cb428c4d1b to
2cbda6ded88cd281b66dbfe27e165d3cea7f1ed1. Thank you!
diff mbox series

Patch

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