update to 2.6.5, also add python dependency for extensions and all that
svn path=/nixpkgs/trunk/; revision=19352
This commit is contained in:
parent
cdc307536c
commit
577f4d8325
@ -14,17 +14,17 @@
|
|||||||
GStreamer, gstPluginsBase, startupnotification, gettext,
|
GStreamer, gstPluginsBase, startupnotification, gettext,
|
||||||
perl, perlXMLParser, libxml2, nss, nspr, farsight2,
|
perl, perlXMLParser, libxml2, nss, nspr, farsight2,
|
||||||
libXScrnSaver, ncurses, avahi, dbus, dbus_glib, intltool, libidn
|
libXScrnSaver, ncurses, avahi, dbus, dbus_glib, intltool, libidn
|
||||||
, lib
|
, lib, python
|
||||||
, openssl ? null
|
, openssl ? null
|
||||||
, gnutls ? null
|
, gnutls ? null
|
||||||
, voice ? null
|
, voice ? null
|
||||||
} :
|
} :
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "pidgin-2.6.4";
|
name = "pidgin-2.6.5";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://sourceforge/pidgin/pidgin-2.6.4.tar.bz2;
|
url = mirror://sourceforge/pidgin/pidgin-2.6.5.tar.bz2;
|
||||||
sha256 = "04dyr2g45i3wr67zsn04pjl6vyvic8dchb73pajf823pa377m47s";
|
sha256 = "03ix5w1dr1hl98qh1jmp5dgv2i8f9bd39sim3rcpk9pwjd09wi9w";
|
||||||
};
|
};
|
||||||
|
|
||||||
inherit nss ncurses;
|
inherit nss ncurses;
|
||||||
@ -36,7 +36,7 @@ stdenv.mkDerivation {
|
|||||||
++ (lib.optional (gnutls != null) gnutls)
|
++ (lib.optional (gnutls != null) gnutls)
|
||||||
++
|
++
|
||||||
[nss nspr farsight2
|
[nss nspr farsight2
|
||||||
libXScrnSaver ncurses
|
libXScrnSaver ncurses python
|
||||||
avahi dbus dbus_glib intltool libidn
|
avahi dbus dbus_glib intltool libidn
|
||||||
]
|
]
|
||||||
;
|
;
|
||||||
|
@ -7431,7 +7431,7 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
pidgin = import ../applications/networking/instant-messengers/pidgin {
|
pidgin = import ../applications/networking/instant-messengers/pidgin {
|
||||||
inherit fetchurl stdenv pkgconfig perl perlXMLParser libxml2 nss nspr farsight2
|
inherit fetchurl stdenv pkgconfig perl perlXMLParser libxml2 nss nspr farsight2 python
|
||||||
gtkspell aspell gettext ncurses avahi dbus dbus_glib lib intltool libidn;
|
gtkspell aspell gettext ncurses avahi dbus dbus_glib lib intltool libidn;
|
||||||
openssl = if (getConfig ["pidgin" "openssl"] true) then openssl else null;
|
openssl = if (getConfig ["pidgin" "openssl"] true) then openssl else null;
|
||||||
gnutls = if (getConfig ["pidgin" "gnutls"] false) then gnutls else null;
|
gnutls = if (getConfig ["pidgin" "gnutls"] false) then gnutls else null;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user