exiv2: add license

see issue #43716
This commit is contained in:
Pascal Wittmann 2018-08-05 16:45:48 +02:00
parent e7c9273b87
commit 6071ff18be
No known key found for this signature in database
GPG key ID: C899ACE7E2322852

View file

@ -36,5 +36,6 @@ stdenv.mkDerivation rec {
homepage = http://www.exiv2.org/;
description = "A library and command-line utility to manage image metadata";
platforms = stdenv.lib.platforms.all;
license = stdenv.lib.licenses.gpl2Plus;
};
}