gnome-keyring: Add dependency on DBus and Python.

svn path=/nixpkgs/branches/stdenv-updates/; revision=14715
This commit is contained in:
Ludovic Courtès 2009-03-25 20:36:21 +00:00
parent e032d40614
commit 6c46b72f77

View File

@ -175,7 +175,7 @@ rec {
inherit (desktop.gnomekeyring) name src;
buildInputs = [
pkgconfig gtk glib perl perlXMLParser gettext intltool
GConf libgcrypt libtasn1
GConf libgcrypt libtasn1 dbus dbus_glib python
];
CFLAGS = "-DENABLE_NLS=0";
};