msilbc: add license + description
This commit is contained in:
parent
e180966f6b
commit
4b3349b693
@ -16,7 +16,9 @@ stdenv.mkDerivation rec {
|
||||
"MEDIASTREAMER_LIBS=mediastreamer" "MEDIASTREAMER_CFLAGS=-I${mediastreamer}/include"
|
||||
];
|
||||
|
||||
meta = {
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
meta = with stdenv.lib; {
|
||||
description = "Mediastreamer plugin for the iLBC audio codec";
|
||||
platforms = platforms.linux;
|
||||
license = licenses.gpl2;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user