gnome-keyring: Add dependency on DBus and Python.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14715
This commit is contained in:
parent
e032d40614
commit
6c46b72f77
@ -175,7 +175,7 @@ rec {
|
|||||||
inherit (desktop.gnomekeyring) name src;
|
inherit (desktop.gnomekeyring) name src;
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
pkgconfig gtk glib perl perlXMLParser gettext intltool
|
pkgconfig gtk glib perl perlXMLParser gettext intltool
|
||||||
GConf libgcrypt libtasn1
|
GConf libgcrypt libtasn1 dbus dbus_glib python
|
||||||
];
|
];
|
||||||
CFLAGS = "-DENABLE_NLS=0";
|
CFLAGS = "-DENABLE_NLS=0";
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user