mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
gnome3.gnome-online-accounts: 3.28.0 → 3.30.0
This commit is contained in:
parent
00eaa166fc
commit
1544e140d6
@ -1,18 +1,18 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, vala, glib, libxslt, gtk, wrapGAppsHook
|
{ stdenv, fetchurl, pkgconfig, vala, glib, libxslt, gtk, wrapGAppsHook
|
||||||
, webkitgtk, json-glib, rest, libsecret, dbus-glib, gtk-doc
|
, webkitgtk, json-glib, rest, libsecret, gtk-doc, gobjectIntrospection
|
||||||
, telepathy-glib, gettext, icu, glib-networking
|
, gettext, icu, glib-networking
|
||||||
, libsoup, docbook_xsl, docbook_xsl_ns, gnome3, gcr, kerberos
|
, libsoup, docbook_xsl, docbook_xml_dtd_412, gnome3, gcr, kerberos
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
pname = "gnome-online-accounts";
|
pname = "gnome-online-accounts";
|
||||||
version = "3.28.0";
|
version = "3.30.0";
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
|
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
|
||||||
sha256 = "035lmm21imr7ddpzffqabv53g3ggjscmqvlzy3j1qkv00zrlxg47";
|
sha256 = "1hyg9g7l4ypnirx2j7ms2vr8711x90aybpq3s3wa20ma8a4xin97";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "out" "man" "dev" "devdoc" ];
|
outputs = [ "out" "man" "dev" "devdoc" ];
|
||||||
@ -23,16 +23,17 @@ in stdenv.mkDerivation rec {
|
|||||||
"--enable-lastfm"
|
"--enable-lastfm"
|
||||||
"--enable-todoist"
|
"--enable-todoist"
|
||||||
"--enable-gtk-doc"
|
"--enable-gtk-doc"
|
||||||
|
"--enable-documentation"
|
||||||
];
|
];
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
pkgconfig vala gettext wrapGAppsHook
|
pkgconfig gobjectIntrospection vala gettext wrapGAppsHook
|
||||||
libxslt docbook_xsl docbook_xsl_ns gtk-doc
|
libxslt docbook_xsl docbook_xml_dtd_412 gtk-doc
|
||||||
];
|
];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
glib gtk webkitgtk json-glib rest libsecret dbus-glib telepathy-glib glib-networking icu libsoup
|
glib gtk webkitgtk json-glib rest libsecret glib-networking icu libsoup
|
||||||
gcr kerberos
|
gcr kerberos
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user