libmms: add license + description

This commit is contained in:
Markus Kowalewski
2018-10-18 22:36:18 +02:00
parent f5b9a9455f
commit b8253570a1
@@ -12,9 +12,10 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ pkgconfig ]; 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; homepage = http://libmms.sourceforge.net;
maintainers = [ ]; platforms = platforms.all;
platforms = stdenv.lib.platforms.all; license = licenses.lgpl21;
}; };
} }