exiv2.meta.license: add

This commit is contained in:
Vladimír Čunát 2018-08-05 20:14:27 +02:00
parent 0274e72481
commit 6a1148997a
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -46,9 +46,10 @@ stdenv.mkDerivation rec {
];
propagatedBuildInputs = [ zlib expat ];
meta = {
meta = with stdenv.lib; {
homepage = http://www.exiv2.org/;
description = "A library and command-line utility to manage image metadata";
platforms = stdenv.lib.platforms.all;
platforms = platforms.all;
license = licenses.gpl2;
};
}