libmms: add license + description
This commit is contained in:
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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user