mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
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;
|
||||
buildInputs = [
|
||||
pkgconfig gtk glib perl perlXMLParser gettext intltool
|
||||
GConf libgcrypt libtasn1
|
||||
GConf libgcrypt libtasn1 dbus dbus_glib python
|
||||
];
|
||||
CFLAGS = "-DENABLE_NLS=0";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user