mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
gnome-keyring -> libgnome-keyring
svn path=/nixpkgs/trunk/; revision=32906
This commit is contained in:
parent
1a62d14cdd
commit
b94c51c2f7
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchurl, intltool, pkgconfig, gtk, glib, libglade
|
{ stdenv, fetchurl, intltool, pkgconfig, gtk, glib, libglade
|
||||||
, networkmanager, GConf, libnotify, gnome_keyring, dbus_glib
|
, networkmanager, GConf, libnotify, libgnome_keyring, dbus_glib
|
||||||
, polkit, isocodes }:
|
, polkit, isocodes }:
|
||||||
|
|
||||||
let
|
let
|
||||||
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "ebe725d0140f658c6a3f384674c72fba7a7c417df3be0e84ee8f45e6dfc219de";
|
sha256 = "ebe725d0140f658c6a3f384674c72fba7a7c417df3be0e84ee8f45e6dfc219de";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ gtk libglade networkmanager GConf libnotify gnome_keyring
|
buildInputs = [ gtk libglade networkmanager GConf libnotify libgnome_keyring
|
||||||
polkit isocodes ];
|
polkit isocodes ];
|
||||||
|
|
||||||
buildNativeInputs = [ intltool pkgconfig ];
|
buildNativeInputs = [ intltool pkgconfig ];
|
||||||
|
Loading…
Reference in New Issue
Block a user