libmms: add license + description

This commit is contained in:
Markus Kowalewski 2018-10-18 21:03:23 +02:00
parent f5b9a9455f
commit b8253570a1
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

@ -12,9 +12,10 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ pkgconfig ];
meta = {
meta = with stdenv.lib; {
description = "Library for downloading (streaming) media files using the mmst and mmsh protocols";
homepage = http://libmms.sourceforge.net;
maintainers = [ ];
platforms = stdenv.lib.platforms.all;
platforms = platforms.all;
license = licenses.lgpl21;
};
}