liboggz: add license
This commit is contained in:
parent
4d291d5a77
commit
4009fa08d1
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://xiph.org/oggz/;
|
homepage = https://xiph.org/oggz/;
|
||||||
description = "A C library and tools for manipulating with Ogg files and streams";
|
description = "A C library and tools for manipulating with Ogg files and streams";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
|||||||
interleaving data container developed by Monty at Xiph.Org, originally to
|
interleaving data container developed by Monty at Xiph.Org, originally to
|
||||||
support the Ogg Vorbis audio format but now used for many free codecs
|
support the Ogg Vorbis audio format but now used for many free codecs
|
||||||
including Dirac, FLAC, Speex and Theora.'';
|
including Dirac, FLAC, Speex and Theora.'';
|
||||||
maintainers = [ ];
|
platforms = platforms.unix;
|
||||||
platforms = stdenv.lib.platforms.unix;
|
license = licenses.bsd3;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user