taglib-extras: add license + description
This commit is contained in:
parent
6ab64b3db8
commit
0f2d7e51f1
@ -14,7 +14,9 @@ stdenv.mkDerivation rec {
|
|||||||
sed -i -e 's/STRLESS/VERSION_LESS/g' cmake/modules/FindTaglib.cmake
|
sed -i -e 's/STRLESS/VERSION_LESS/g' cmake/modules/FindTaglib.cmake
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
platforms = stdenv.lib.platforms.unix;
|
description = "Additional taglib plugins";
|
||||||
|
platforms = platforms.unix;
|
||||||
|
license = licenses.lgpl2;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user