gnome-keyring -> libgnome-keyring

svn path=/nixpkgs/trunk/; revision=32906
This commit is contained in:
Yury G. Kudryashov 2012-03-08 16:49:14 +00:00
parent 1a62d14cdd
commit b94c51c2f7

View File

@ -1,5 +1,5 @@
{ stdenv, fetchurl, intltool, pkgconfig, gtk, glib, libglade
, networkmanager, GConf, libnotify, gnome_keyring, dbus_glib
, networkmanager, GConf, libnotify, libgnome_keyring, dbus_glib
, polkit, isocodes }:
let
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
sha256 = "ebe725d0140f658c6a3f384674c72fba7a7c417df3be0e84ee8f45e6dfc219de";
};
buildInputs = [ gtk libglade networkmanager GConf libnotify gnome_keyring
buildInputs = [ gtk libglade networkmanager GConf libnotify libgnome_keyring
polkit isocodes ];
buildNativeInputs = [ intltool pkgconfig ];