gnome-online-accounts: 3.37.90 → 3.38.0
just translations https://ftp.gnome.org/pub/GNOME/sources/gnome-online-accounts/3.38/gnome-online-accounts-3.38.0.news
This commit is contained in:
parent
3a70793904
commit
ab7661ed7c
@ -1,6 +1,6 @@
|
|||||||
{ stdenv
|
{ stdenv
|
||||||
, fetchFromGitLab
|
, fetchFromGitLab
|
||||||
, pkgconfig
|
, pkg-config
|
||||||
, vala
|
, vala
|
||||||
, glib
|
, glib
|
||||||
, meson
|
, meson
|
||||||
@ -18,7 +18,7 @@
|
|||||||
, icu
|
, icu
|
||||||
, glib-networking
|
, glib-networking
|
||||||
, libsoup
|
, libsoup
|
||||||
, docbook_xsl
|
, docbook-xsl-nons
|
||||||
, docbook_xml_dtd_412
|
, docbook_xml_dtd_412
|
||||||
, gnome3
|
, gnome3
|
||||||
, gcr
|
, gcr
|
||||||
@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "gnome-online-accounts";
|
pname = "gnome-online-accounts";
|
||||||
version = "3.37.90";
|
version = "3.38.0";
|
||||||
|
|
||||||
# https://gitlab.gnome.org/GNOME/gnome-online-accounts/issues/87
|
# https://gitlab.gnome.org/GNOME/gnome-online-accounts/issues/87
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
|
|||||||
owner = "GNOME";
|
owner = "GNOME";
|
||||||
repo = "gnome-online-accounts";
|
repo = "gnome-online-accounts";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "05ahib6bjbfyj2gbqjijzg9i7x1q0r67hyph0fbrgnnadlpk2cv8";
|
sha256 = "sha256-NRGab/CMJxe31rr20+5wYZF2rOzoSNdztfNVojBd5ag=";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "out" "man" "dev" "devdoc" ];
|
outputs = [ "out" "man" "dev" "devdoc" ];
|
||||||
@ -52,16 +52,16 @@ stdenv.mkDerivation rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
dbus # used for checks and pkgconfig to install dbus service/s
|
dbus # used for checks and pkg-config to install dbus service/s
|
||||||
docbook_xml_dtd_412
|
docbook_xml_dtd_412
|
||||||
docbook_xsl
|
docbook-xsl-nons
|
||||||
gettext
|
gettext
|
||||||
gobject-introspection
|
gobject-introspection
|
||||||
gtk-doc
|
gtk-doc
|
||||||
libxslt
|
libxslt
|
||||||
meson
|
meson
|
||||||
ninja
|
ninja
|
||||||
pkgconfig
|
pkg-config
|
||||||
python3
|
python3
|
||||||
vala
|
vala
|
||||||
wrapGAppsHook
|
wrapGAppsHook
|
||||||
|
Loading…
Reference in New Issue
Block a user