gnome3.gnome_keyring: 3.6.3 -> 3.10.1
This commit is contained in:
parent
d56b0542e0
commit
54084b9a36
@ -1,12 +1,13 @@
|
|||||||
{stdenv, fetchurl, pkgconfig, dbus, libgcrypt, libtasn1, pam, python, glib
|
{ stdenv, fetchurl, pkgconfig, dbus, libgcrypt, libtasn1, pam, python, glib, libxslt
|
||||||
, gtk3, intltool, gconf, libgnome_keyring, pango, gcr, gdk_pixbuf, atk, p11_kit }:
|
, gtk3, intltool, gconf, libgnome_keyring, pango, gcr, gdk_pixbuf, atk, p11_kit
|
||||||
|
, docbook_xsl_ns, docbook_xsl }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "gnome-keyring-3.6.3";
|
name = "gnome-keyring-3.10.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnome/sources/gnome-keyring/3.6/${name}.tar.xz";
|
url = "mirror://gnome/sources/gnome-keyring/3.10/${name}.tar.xz";
|
||||||
sha256 = "0la107v75vh8v165lk391xg820h8hxa209766wr98pm22qzkl5g0";
|
sha256 = "1y6v2p14jx5h6yh14c53pd8r0r5zbmcgw8v4nxvf94kd9jliy00q";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
@ -14,9 +15,9 @@ stdenv.mkDerivation rec {
|
|||||||
pango gcr gdk_pixbuf atk p11_kit
|
pango gcr gdk_pixbuf atk p11_kit
|
||||||
];
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = [ glib libtasn1 ];
|
propagatedBuildInputs = [ glib libtasn1 libxslt ];
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig intltool ];
|
nativeBuildInputs = [ pkgconfig intltool docbook_xsl_ns docbook_xsl ];
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--with-ca-certificates=/etc/ssl/certs/ca-bundle.crt" # NixOS hardcoded path
|
"--with-ca-certificates=/etc/ssl/certs/ca-bundle.crt" # NixOS hardcoded path
|
||||||
|
Loading…
x
Reference in New Issue
Block a user