libzapojit: add meta.description

This commit is contained in:
Jan Tojnar
2017-10-03 03:26:42 +02:00
parent 4d5a009b11
commit faac8b301c

View File

@@ -12,6 +12,7 @@ stdenv.mkDerivation rec {
buildInputs = [ glib intltool json_glib rest libsoup gtk gnome_online_accounts ];
meta = with stdenv.lib; {
description = "GObject wrapper for the SkyDrive and Hotmail REST APIs";
platforms = platforms.linux;
};
}