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
|
||||
, webkitgtk, json-glib, rest, libsecret, dbus-glib, gtk-doc
|
||||
, telepathy-glib, gettext, icu, glib-networking
|
||||
, libsoup, docbook_xsl, docbook_xsl_ns, gnome3, gcr, kerberos
|
||||
, webkitgtk, json-glib, rest, libsecret, gtk-doc, gobjectIntrospection
|
||||
, gettext, icu, glib-networking
|
||||
, libsoup, docbook_xsl, docbook_xml_dtd_412, gnome3, gcr, kerberos
|
||||
}:
|
||||
|
||||
let
|
||||
pname = "gnome-online-accounts";
|
||||
version = "3.28.0";
|
||||
version = "3.30.0";
|
||||
in stdenv.mkDerivation rec {
|
||||
name = "${pname}-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
|
||||
sha256 = "035lmm21imr7ddpzffqabv53g3ggjscmqvlzy3j1qkv00zrlxg47";
|
||||
sha256 = "1hyg9g7l4ypnirx2j7ms2vr8711x90aybpq3s3wa20ma8a4xin97";
|
||||
};
|
||||
|
||||
outputs = [ "out" "man" "dev" "devdoc" ];
|
||||
@ -23,16 +23,17 @@ in stdenv.mkDerivation rec {
|
||||
"--enable-lastfm"
|
||||
"--enable-todoist"
|
||||
"--enable-gtk-doc"
|
||||
"--enable-documentation"
|
||||
];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
nativeBuildInputs = [
|
||||
pkgconfig vala gettext wrapGAppsHook
|
||||
libxslt docbook_xsl docbook_xsl_ns gtk-doc
|
||||
pkgconfig gobjectIntrospection vala gettext wrapGAppsHook
|
||||
libxslt docbook_xsl docbook_xml_dtd_412 gtk-doc
|
||||
];
|
||||
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
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user