1
0
Fork 1
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:
Markus Kowalewski 2018-10-27 15:37:35 +02:00
parent 6ab64b3db8
commit 0f2d7e51f1
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

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