* gnome-keyring: drop the (unused) dependency on HAL.
svn path=/nixpkgs/trunk/; revision=29692
This commit is contained in:
parent
0982859b6c
commit
b1b09c1510
@ -182,7 +182,7 @@ pkgs.makeOverridable
|
|||||||
#### DESKTOP
|
#### DESKTOP
|
||||||
|
|
||||||
gnome_keyring = import ./desktop/gnome-keyring {
|
gnome_keyring = import ./desktop/gnome-keyring {
|
||||||
inherit (pkgs) stdenv fetchurl pkgconfig dbus libgcrypt libtasn1 pam hal python;
|
inherit (pkgs) stdenv fetchurl pkgconfig dbus libgcrypt libtasn1 pam python;
|
||||||
inherit (pkgs.gtkLibs) glib gtk;
|
inherit (pkgs.gtkLibs) glib gtk;
|
||||||
inherit intltool GConf;
|
inherit intltool GConf;
|
||||||
};
|
};
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
{stdenv, fetchurl, pkgconfig, dbus, libgcrypt, libtasn1, pam, hal, python, glib, gtk, intltool, GConf}:
|
{stdenv, fetchurl, pkgconfig, dbus, libgcrypt, libtasn1, pam, python, glib, gtk, intltool, GConf}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "gnome-keyring-2.28.0";
|
name = "gnome-keyring-2.28.0";
|
||||||
@ -8,7 +8,7 @@ stdenv.mkDerivation {
|
|||||||
sha256 = "1d6av3cq32ypq9f9mv7f9bcqkkdqgbvbb831kad62smczvqk8chv";
|
sha256 = "1d6av3cq32ypq9f9mv7f9bcqkkdqgbvbb831kad62smczvqk8chv";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pkgconfig dbus.libs libgcrypt pam hal python gtk intltool GConf ];
|
buildInputs = [ pkgconfig dbus.libs libgcrypt pam python gtk intltool GConf ];
|
||||||
|
|
||||||
propagatedBuildInputs = [ glib libtasn1 ];
|
propagatedBuildInputs = [ glib libtasn1 ];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user