gnome-online-accounts: format, meta attributes
This commit is contained in:
parent
c43c6cbabf
commit
df4170f853
@ -1,14 +1,31 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, vala, glib, libxslt, gtk3, wrapGAppsHook
|
{ stdenv
|
||||||
, webkitgtk, json-glib, librest, libsecret, gtk-doc, gobject-introspection
|
, fetchurl
|
||||||
, gettext, icu, glib-networking
|
, pkgconfig
|
||||||
, libsoup, docbook_xsl, docbook_xml_dtd_412, gnome3, gcr, kerberos
|
, vala
|
||||||
|
, glib
|
||||||
|
, libxslt
|
||||||
|
, gtk3
|
||||||
|
, wrapGAppsHook
|
||||||
|
, webkitgtk
|
||||||
|
, json-glib
|
||||||
|
, librest
|
||||||
|
, libsecret
|
||||||
|
, gtk-doc
|
||||||
|
, gobject-introspection
|
||||||
|
, gettext
|
||||||
|
, icu
|
||||||
|
, glib-networking
|
||||||
|
, libsoup
|
||||||
|
, docbook_xsl
|
||||||
|
, docbook_xml_dtd_412
|
||||||
|
, gnome3
|
||||||
|
, gcr
|
||||||
|
, kerberos
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
stdenv.mkDerivation rec {
|
||||||
pname = "gnome-online-accounts";
|
pname = "gnome-online-accounts";
|
||||||
version = "3.34.1";
|
version = "3.34.1";
|
||||||
in stdenv.mkDerivation rec {
|
|
||||||
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";
|
||||||
@ -26,15 +43,30 @@ in stdenv.mkDerivation rec {
|
|||||||
"--enable-documentation"
|
"--enable-documentation"
|
||||||
];
|
];
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
pkgconfig gobject-introspection vala gettext wrapGAppsHook
|
docbook_xml_dtd_412
|
||||||
libxslt docbook_xsl docbook_xml_dtd_412 gtk-doc
|
docbook_xsl
|
||||||
|
gettext
|
||||||
|
gobject-introspection
|
||||||
|
gtk-doc
|
||||||
|
libxslt
|
||||||
|
pkgconfig
|
||||||
|
vala
|
||||||
|
wrapGAppsHook
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
glib gtk3 webkitgtk json-glib librest libsecret glib-networking icu libsoup
|
gcr
|
||||||
gcr kerberos
|
glib
|
||||||
|
glib-networking
|
||||||
|
gtk3
|
||||||
|
icu
|
||||||
|
json-glib
|
||||||
|
kerberos
|
||||||
|
librest
|
||||||
|
libsecret
|
||||||
|
libsoup
|
||||||
|
webkitgtk
|
||||||
];
|
];
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
@ -45,7 +77,10 @@ in stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
homepage = "https://wiki.gnome.org/Projects/GnomeOnlineAccounts";
|
||||||
|
description = "Single sign-on framework for GNOME";
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
license = licenses.lgpl2Plus;
|
||||||
maintainers = gnome3.maintainers;
|
maintainers = gnome3.maintainers;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user