pass intltool to new pidgin
svn path=/nixpkgs/trunk/; revision=13898
This commit is contained in:
parent
167a2424a8
commit
0604fa4ed8
@ -7835,7 +7835,7 @@ let
|
||||
|
||||
pidgin = import ../applications/networking/instant-messengers/pidgin {
|
||||
inherit fetchurl stdenv pkgconfig perl perlXMLParser libxml2 nss
|
||||
gtkspell aspell gettext ncurses avahi dbus dbus_glib lib;
|
||||
gtkspell aspell gettext ncurses avahi dbus dbus_glib lib intltool;
|
||||
openssl = if (getConfig ["pidgin" "openssl"] true) then openssl else null;
|
||||
gnutls = if (getConfig ["pidgin" "gnutls"] false) then gnutls else null;
|
||||
GStreamer = gst_all.gstreamer;
|
||||
|
Loading…
Reference in New Issue
Block a user