libaccounts-glib: add license + description

This commit is contained in:
Markus Kowalewski 2018-10-17 20:03:43 +02:00
parent c8709769dc
commit a0a4756ed3
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -25,7 +25,9 @@ stdenv.mkDerivation rec {
NIX_CFLAGS_COMPILE = "-Wno-error=deprecated-declarations"; # since glib-2.46
meta = {
platforms = stdenv.lib.platforms.linux;
meta = with stdenv.lib; {
description = "Library for managing accounts which can be used from GLib applications";
platforms = platforms.linux;
license = licenses.lgpl21;
};
}