perl: Image::Info: init at 1.38
This commit is contained in:
parent
bfefc54bc5
commit
c479fb1d61
1 changed files with 13 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue