exiv2.meta.license: add
This commit is contained in:
parent
0274e72481
commit
6a1148997a
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user