3
0
Fork 0
forked from mirrors/nixpkgs

libogg: add description & longDescription

This commit is contained in:
Anton-Latukha 2018-12-28 16:26:37 +02:00
parent 9ea4552bab
commit 0ad3f6e23d

View file

@ -11,6 +11,12 @@ stdenv.mkDerivation rec {
outputs = [ "out" "dev" "doc" ];
meta = with stdenv.lib; {
description = "Media container library to manipulate Ogg files";
longDescription = ''
Library to work with Ogg multimedia container format.
Ogg is flexible file storage and streaming format that supports
plethora of codecs. Open format free for anyone to use.
'';
homepage = https://xiph.org/ogg/;
license = licenses.bsd3;
maintainers = [ maintainers.ehmry ];