mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
* 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
|
||||
|
||||
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 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 {
|
||||
name = "gnome-keyring-2.28.0";
|
||||
@ -8,7 +8,7 @@ stdenv.mkDerivation {
|
||||
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 ];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user