mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-03-21 11:33:24 +00:00
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
|
||||
'';
|
||||
|
||||
meta = {
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
meta = with stdenv.lib; {
|
||||
description = "Additional taglib plugins";
|
||||
platforms = platforms.unix;
|
||||
license = licenses.lgpl2;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue