diff mbox series

[bug#44957,PIDGIN] : v4

Message ID fe7ac16e-3ac5-e9e9-5cc7-0b76733c00d2@raghavgururajan.name
State Accepted
Headers show
Series [bug#44957,PIDGIN] : v4 | expand

Checks

Context Check Description
cbaines/applying patch fail View Laminar job
cbaines/issue success View issue

Commit Message

Raghav Gururajan Dec. 1, 2020, 10:42 p.m. UTC
@Danny

I have include the author, date and url inside the patch. :-)

Regards,
RG.

Comments

Danny Milosavljevic Dec. 28, 2020, 5:50 p.m. UTC | #1
Hi RG,

applied patches 4,5,6 (the ones adding packages).

The other patches (especially patch 2) currently do not apply to guix master,
with or without cosmetic changes.  Please update those.
diff mbox series

Patch

From aa7d5298b7d6571bb875e972b1f38e44a2f6f3ad Mon Sep 17 00:00:00 2001
From: Raghav Gururajan <raghavgururajan@disroot.org>
Date: Mon, 30 Nov 2020 01:18:51 -0500
Subject: [PATCH 14/14] gnu: pidgin-otr: Add some inputs.

* gnu/packages/messaging.scm (pidgin-otr) [native-inputs]: Add
gettext-minimal.
[inputs]: Add perl.
---
 gnu/packages/messaging.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 2e405fb082..ee9ccd2cad 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -856,14 +856,15 @@  chat protocols.")
         (base32 "1i5s9rrgbyss9rszq6c6y53hwqyw1k86s40cpsfx5ccl9bprxdgl"))))
     (build-system gnu-build-system)
     (native-inputs
-     `(("intltool" ,intltool)
+     `(("gettext" ,gettext-minimal)
+       ("intltool" ,intltool)
        ("pkg-config" ,pkg-config)))
     (inputs
      `(("glib" ,glib)
        ("gtk+" ,gtk+-2)
        ("libgcrypt" ,libgcrypt)
-       ("libgpg-error" ,libgpg-error)
        ("libotr" ,libotr)
+       ("perl" ,perl)
        ("pidgin" ,pidgin)))
     (synopsis "Off-the-Record Messaging plugin for Pidgin")
     (description "Pidgin-OTR is a plugin that adds support for OTR to the Pidgin
-- 
2.29.2