telepathy-glib: add licenses

This commit is contained in:
Markus Kowalewski 2018-10-27 15:47:40 +02:00
parent 500ea2661f
commit 154d5d993b
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -22,8 +22,9 @@ stdenv.mkDerivation rec {
passthru.python = python2;
meta = {
meta = with stdenv.lib; {
homepage = https://telepathy.freedesktop.org;
platforms = stdenv.lib.platforms.unix;
platforms = platforms.unix;
license = with licenses; [ bsd2 bsd3 lgpl21Plus ];
};
}