mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 01:43:15 +00:00
libzapojit: add meta.description
This commit is contained in:
parent
4d5a009b11
commit
faac8b301c
@ -12,6 +12,7 @@ stdenv.mkDerivation rec {
|
|||||||
buildInputs = [ glib intltool json_glib rest libsoup gtk gnome_online_accounts ];
|
buildInputs = [ glib intltool json_glib rest libsoup gtk gnome_online_accounts ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
description = "GObject wrapper for the SkyDrive and Hotmail REST APIs";
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user