perl: Image::Info: init at 1.38

This commit is contained in:
Matt McHenry 2016-05-09 22:03:02 -04:00 committed by Robert Helgesson
parent bfefc54bc5
commit c479fb1d61

View file

@ -6335,6 +6335,19 @@ let self = _self // overrides; _self = with self; {
# For backwards compatibility.
if_ = self."if";
ImageInfo = buildPerlPackage rec {
name = "Image-Info-1.38";
src = fetchurl {
url = "mirror://cpan/authors/id/S/SR/SREZIC/${name}.tar.gz";
sha256 = "b8a68b5661555feaf767956fe9ff14c917a63bedb3e30454d5598d992eb7e919";
};
propagatedBuildInputs = [ IOstringy ];
meta = {
description = "Extract meta information from image files";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
};
};
ImageSize = buildPerlPackage rec {
name = "Image-Size-3.232";
src = fetchurl {