exiv2.meta.license: add
This commit is contained in:
parent
0274e72481
commit
6a1148997a
1 changed files with 3 additions and 2 deletions
|
@ -46,9 +46,10 @@ stdenv.mkDerivation rec {
|
||||||
];
|
];
|
||||||
propagatedBuildInputs = [ zlib expat ];
|
propagatedBuildInputs = [ zlib expat ];
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://www.exiv2.org/;
|
homepage = http://www.exiv2.org/;
|
||||||
description = "A library and command-line utility to manage image metadata";
|
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 a new issue