msilbc: add license + description

This commit is contained in:
Markus Kowalewski
2018-10-23 20:04:29 +02:00
parent e180966f6b
commit 4b3349b693

View File

@@ -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;
};
}