[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
17/17: gnu: pidgin-otr: Add some inputs.
From: |
guix-commits |
Subject: |
17/17: gnu: pidgin-otr: Add some inputs. |
Date: |
Sun, 3 Jan 2021 11:30:53 -0500 (EST) |
dannym pushed a commit to branch master
in repository guix.
commit f2f7395e3e1b8fe0d140c4de547f31b333c92477
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Wed Dec 30 16:05:42 2020 -0500
gnu: pidgin-otr: Add some inputs.
* gnu/packages/messaging.scm (pidgin-otr) [native-inputs]: Add
gettext-minimal.
[inputs]: Add perl.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
gnu/packages/messaging.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index de99e5e..89d7b8c 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -855,7 +855,8 @@ many popular 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)
@@ -863,6 +864,7 @@ many popular chat protocols.")
("libgcrypt" ,libgcrypt)
("libgpg-error" ,libgpg-error)
("libotr" ,libotr)
+ ("perl" ,perl)
("pidgin" ,pidgin)))
(home-page "https://otr.cypherpunks.ca/")
(synopsis "Off-the-Record Messaging plugin for Pidgin")
- 03/17: gnu: pidgin: Add missing inputs., (continued)
- 03/17: gnu: pidgin: Add missing inputs., guix-commits, 2021/01/03
- 07/17: gnu: pidgin: Enable SILC protocol support., guix-commits, 2021/01/03
- 08/17: gnu: pidgin: Enable support for Tcl., guix-commits, 2021/01/03
- 10/17: gnu: pidgin: Upgrade to 2.14.1., guix-commits, 2021/01/03
- 14/17: gnu: libotr: Update license., guix-commits, 2021/01/03
- 13/17: gnu: libotr: Make some cosmetic changes., guix-commits, 2021/01/03
- 12/17: gnu: pidgin: Enable MultiMedia and A/V support., guix-commits, 2021/01/03
- 11/17: gnu: pidgin: Enable Gadu-Gadu protocol support., guix-commits, 2021/01/03
- 16/17: gnu: pidgin-otr: Update license., guix-commits, 2021/01/03
- 15/17: gnu: pidgin-otr: Make some cosmetic changes., guix-commits, 2021/01/03
- 17/17: gnu: pidgin-otr: Add some inputs.,
guix-commits <=