GNU bug report logs - #72851
[PATCH] gnu: pidgin: Update to 2.14.13 [security fixes].

Previous Next

Package: guix-patches;

Reported by: Dariqq <dariqq <at> posteo.net>

Date: Wed, 28 Aug 2024 07:54:02 UTC

Severity: normal

Tags: patch

Done: Liliana Marie Prikler <liliana.prikler <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #29 received at 72851 <at> debbugs.gnu.org (full text, mbox):

From: Dariqq <dariqq <at> posteo.net>
To: 72851 <at> debbugs.gnu.org
Cc: Dariqq <dariqq <at> posteo.net>, me <at> tobias.gr, liliana.prikler <at> gmail.com
Subject: [PATCH v2 3/6] gnu: pdigin: Propagate libgnt.
Date: Thu, 29 Aug 2024 08:35:18 +0000
Required by finch.pc.

* gnu/packages/messaging.scm (pidgin):
[inputs]: Move libgnt from here ...
[propagated-inputs]: ... to here.

Change-Id: I8e37b441a6069675b93342ccc35c7caf976ad6ce
---
 gnu/packages/messaging.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 65c4b0e744..6b3dff2152 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -987,7 +987,6 @@ (define-public pidgin
            ;; gtkspell2
            libgadu
            libgcrypt
-           libgnt
            libice
            libidn
            libltdl
@@ -1013,7 +1012,8 @@ (define-public pidgin
            tcl
            tk))
     (propagated-inputs
-     (list glib gtk+-2))
+     ;; Required by finch.pc, pidgin.pc and purple.pc
+     (list glib gtk+-2 libgnt))
     (arguments
      `(#:configure-flags
        (list
-- 
2.45.2





This bug report was last modified 264 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.