[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#42229] [[PATCH V2] 06/10] gnu: jami: Add libnm as input.
From: |
Jan Wielkiewicz |
Subject: |
[bug#42229] [[PATCH V2] 06/10] gnu: jami: Add libnm as input. |
Date: |
Fri, 10 Jul 2020 20:32:16 +0200 |
* gnu/packages/jami.scm (jami)[inputs]: Add libnm.
---
gnu/packages/jami.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/jami.scm b/gnu/packages/jami.scm
index a770d52d2e..df3a268274 100644
--- a/gnu/packages/jami.scm
+++ b/gnu/packages/jami.scm
@@ -582,6 +582,7 @@ This package provides a library common to all Jami
clients.")
("clutter" ,clutter)
("clutter-gtk" ,clutter-gtk)
("libcanberra" ,libcanberra)
+ ("libnm" ,network-manager) ; optional to detect changes in the network
("webkitgtk" ,webkitgtk)
("sqlite" ,sqlite)))
(native-inputs
@@ -600,7 +601,6 @@ This package provides a library common to all Jami
clients.")
video and chat communication platform that requires no centralized server and
leaves the power of privacy in the hands of the user. It supports the SIP and
IAX protocols, as well as decentralized calling using P2P-DHT.
-
This package provides the Jami client for the GNOME desktop.")
(home-page "https://jami.net")
(license license:gpl3+))))
--
2.27.0
- [bug#42229] [PATCH 6/9] gnu: jami: Add libnm as input., (continued)
[bug#42229] [PATCH 4/9] gnu: jami: Fetch from git, update to 20200702-guix., Jan Wielkiewicz, 2020/07/06
[bug#42229] [PATCH 8/9] gnu: jami: Fix compilation by providing necessary webchat files., Jan Wielkiewicz, 2020/07/06
[bug#42229] [PATCH 8/9] gnu: jami: Fix compilation by providing necessary webchat files., Jan Wielkiewicz, 2020/07/07
[bug#42229] [[PATCH V2] 01/10] gnu: libring: Fetch from git, update to 20200708-guix., Jan Wielkiewicz, 2020/07/10
- [bug#42229] [[PATCH V2] 04/10] gnu: jami: Fetch from git, update to 20200702-guix., Jan Wielkiewicz, 2020/07/10
- [bug#42229] [[PATCH V2] 06/10] gnu: jami: Add libnm as input.,
Jan Wielkiewicz <=
- [bug#42229] [[PATCH V2] 05/10] gnu: pjproject-jami: Make sure phases are run in order., Jan Wielkiewicz, 2020/07/10
- [bug#42229] [[PATCH V2] 03/10] gnu: jami-apply-dependency-patches, ffmpeg-jami, pjproject-jami: Apply patches from the new libring source., Jan Wielkiewicz, 2020/07/10
- [bug#42229] [[PATCH V2] 02/10] gnu: libringclient: Fetch from git, update to 20200702-guix., Jan Wielkiewicz, 2020/07/10
- [bug#42229] [[PATCH V2] 10/10] gnu: jami-client-gnome: Remove deprecated package., Jan Wielkiewicz, 2020/07/10
- [bug#42229] [[PATCH V2] 07/10] gnu: jami: Fix compilation by providing necessary webchat files., Jan Wielkiewicz, 2020/07/10
- [bug#42229] [[PATCH V2] 08/10] gnu: pjproject-jami: Fix assertion by disabling debugging., Jan Wielkiewicz, 2020/07/10
- [bug#42229] [[PATCH V2] 09/10] gnu: opendht: Fix libring compilation., Jan Wielkiewicz, 2020/07/10