[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/17: gnu: pidgin: Add missing inputs.
From: |
guix-commits |
Subject: |
03/17: gnu: pidgin: Add missing inputs. |
Date: |
Sun, 3 Jan 2021 11:30:46 -0500 (EST) |
dannym pushed a commit to branch master
in repository guix.
commit 10f32ae27f85a9c549e4dbb3b87773221915b492
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Wed Dec 30 23:57:17 2020 -0500
gnu: pidgin: Add missing inputs.
These new inputs are referenced by the package but was missing in
the package definition. Some of these inputs might have been used
by the package indirectly via propagation from other inputs.
* gnu/packages/messaging.scm (pidgin) [native-inputs]: Add graphviz.
Move python-2 to ...
[inputs]: ... here. Add libgnt, libx11, libxext, nspr, nss, pango
and perl.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
gnu/packages/messaging.scm | 31 +++++++++++++++++++++++--------
1 file changed, 23 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 8b11e21..62584da 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -72,6 +72,7 @@
#:use-module (gnu packages gnome)
#:use-module (gnu packages gnupg)
#:use-module (gnu packages gperf)
+ #:use-module (gnu packages graphviz)
#:use-module (gnu packages gstreamer)
#:use-module (gnu packages gtk)
#:use-module (gnu packages guile)
@@ -88,6 +89,7 @@
#:use-module (gnu packages mpd)
#:use-module (gnu packages ncurses)
#:use-module (gnu packages networking)
+ #:use-module (gnu packages nss)
#:use-module (gnu packages pcre)
#:use-module (gnu packages perl)
#:use-module (gnu packages photo)
@@ -741,37 +743,50 @@ authentication.")
`(("autoconf" ,autoconf) ;; For bootstrap
("automake" ,automake) ;; For bootstrap
("check" ,check)
+ ("dot" ,graphviz)
("gconf" ,gconf)
("intltool" ,intltool)
("libtool" ,libtool) ;; For bootstrap
- ("pkg-config" ,pkg-config)
- ("python" ,python-2)))
+ ("pkg-config" ,pkg-config)))
(inputs
`(("avahi" ,avahi)
("cyrus-sasl" ,cyrus-sasl)
("dbus" ,dbus)
("dbus-glib" ,dbus-glib)
- ;; farstream
+ ;; ("evolution-data-server" ,evolution-data-server)
+ ;; ("farstream" ,farstream)
("gnutls" ,gnutls)
- ;; gstreamer
+ ;; ("gstreamer" ,gstreamer)
("gtk+" ,gtk+-2)
- ;; gtkspell
- ;; libgadu
+ ;; ("gtkspell2" ,gtkspell2)
+ ;; ("libgadu" ,libgadu)
("libgcrypt" ,libgcrypt)
+ ("libgnt" ,libgnt)
("libice" ,libice)
("libidn" ,libidn)
("libltdl" ,libltdl)
("libsm" ,libsm)
- ;; libxephyr
+ ("libx11" ,libx11)
+ ("libxext" ,libxext)
("libxml2" ,libxml2)
("libxscrnsaver" ,libxscrnsaver)
("libxslt" ,libxslt)
- ;; meanwhile
+ ;; ("libzephyr" ,libzephyr)
+ ;; ("meanwhile" ,meanwhile)
+ ;; ("mono" ,mono)
("ncurses" ,ncurses)
("network-manager" ,network-manager)
+ ("nspr" ,nspr)
+ ("nss" ,nss)
+ ("pango" ,pango)
+ ("perl" ,perl)
+ ("python" ,python-2)
("python2-dbus" ,python2-dbus)
+ ;; ("silc" ,silc-toolkit)
("sqlite" ,sqlite)
("startup-notification" ,startup-notification)))
+ (propagated-inputs
+ `(("glib" ,glib)))
(arguments
`(#:configure-flags
(list
- branch master updated (9d34b04 -> f2f7395), guix-commits, 2021/01/03
- 01/17: gnu: pidgin: Make some cosmetic changes., guix-commits, 2021/01/03
- 06/17: gnu: pidgin: Enable CAP., guix-commits, 2021/01/03
- 02/17: gnu: pidgin: Re-arrange inputs in alphabetical order., guix-commits, 2021/01/03
- 04/17: gnu: pidgin: Enable support for mono., guix-commits, 2021/01/03
- 05/17: gnu: pidgin: Enable meanwhile., guix-commits, 2021/01/03
- 09/17: gnu: pidgin: Enable support for Tk., guix-commits, 2021/01/03
- 03/17: gnu: pidgin: Add missing inputs.,
guix-commits <=
- 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, 2021/01/03