1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

libzapojit: add meta.description

This commit is contained in:
Jan Tojnar 2017-10-03 03:26:42 +02:00
parent 4d5a009b11
commit faac8b301c
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

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;
};
}