gnome.gnome-keyring: 40.0 → 42.1
https://gitlab.gnome.org/GNOME/gnome-keyring/-/compare/40.0...42.1 The systemd-activation support does not appear to me to be ready yet: https://gitlab.gnome.org/GNOME/gnome-keyring/-/merge_requests/35
This commit is contained in:
parent
e3e91f0c33
commit
2d6c441042
@ -10,6 +10,7 @@
|
|||||||
, libxslt
|
, libxslt
|
||||||
, gettext
|
, gettext
|
||||||
, gcr
|
, gcr
|
||||||
|
, autoreconfHook
|
||||||
, libcap_ng
|
, libcap_ng
|
||||||
, libselinux
|
, libselinux
|
||||||
, p11-kit
|
, p11-kit
|
||||||
@ -22,19 +23,21 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "gnome-keyring";
|
pname = "gnome-keyring";
|
||||||
version = "40.0";
|
version = "42.1";
|
||||||
|
|
||||||
outputs = [ "out" "dev" ];
|
outputs = [ "out" "dev" ];
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnome/sources/gnome-keyring/${lib.versions.major version}/${pname}-${version}.tar.xz";
|
url = "mirror://gnome/sources/gnome-keyring/${lib.versions.major version}/${pname}-${version}.tar.xz";
|
||||||
sha256 = "0cdrlcw814zayhvlaxqs1sm9bqlfijlp22dzzd0g5zg2isq4vlm3";
|
sha256 = "x/TQQMx2prf+Z+CO+RBpEcPIDUD8iMv8jiaEpMlG4+Y=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
pkg-config
|
pkg-config
|
||||||
gettext
|
gettext
|
||||||
libxslt
|
libxslt
|
||||||
|
# Upstream uses ancient autotools to pre-generate the scripts.
|
||||||
|
autoreconfHook
|
||||||
docbook-xsl-nons
|
docbook-xsl-nons
|
||||||
docbook_xml_dtd_43
|
docbook_xml_dtd_43
|
||||||
wrapGAppsHook
|
wrapGAppsHook
|
||||||
|
Loading…
Reference in New Issue
Block a user