mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
gvfs: depend on libgnome-keyring, not gnome-keyring
svn path=/nixpkgs/trunk/; revision=32888
This commit is contained in:
parent
9abf1b03a9
commit
e402a4a6a6
|
@ -1,5 +1,5 @@
|
|||
{ stdenv, fetchurl, pkgconfig, dbus_libs, samba, libarchive, fuse, libgphoto2
|
||||
, libcdio, libxml2, libtool, glib, intltool, GConf, gnome_keyring, libsoup
|
||||
, libcdio, libxml2, libtool, glib, intltool, GConf, libgnome_keyring, libsoup
|
||||
, udev, avahi}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
|
@ -12,7 +12,7 @@ stdenv.mkDerivation {
|
|||
|
||||
buildInputs =
|
||||
[ glib dbus_libs udev samba libarchive fuse libgphoto2 libcdio libxml2 GConf
|
||||
gnome_keyring libsoup avahi libtool
|
||||
libgnome_keyring libsoup avahi libtool
|
||||
];
|
||||
|
||||
buildNativeInputs = [ pkgconfig intltool ];
|
||||
|
|
Loading…
Reference in a new issue