perlPackages.GraphicsTIFF: init at 9

This commit is contained in:
pacien 2021-02-19 22:59:45 +01:00
parent 151ee1e499
commit 3e85cb06ce

View file

@ -8916,6 +8916,22 @@ let
propagatedBuildInputs = [ HeapFibonacci ]; propagatedBuildInputs = [ HeapFibonacci ];
}; };
GraphicsTIFF = buildPerlPackage {
pname = "Graphics-TIFF";
version = "9";
src = fetchurl {
url = "mirror://cpan/authors/id/R/RA/RATCLIFFE/Graphics-TIFF-9.tar.gz";
sha256 = "1n1r9r7f6hp2s6l361pyvb1i1pm9xqy0w9n3z5ygm7j64160kz9a";
};
buildInputs = [ pkgs.libtiff ExtUtilsDepends ExtUtilsPkgConfig ];
propagatedBuildInputs = [ Readonly ];
checkInputs = [ TestRequires TestDeep pkgs.hexdump ];
meta = {
description = "Perl extension for the libtiff library";
license = with lib.licenses; [ artistic1 gpl1Plus ];
};
};
GraphViz = buildPerlPackage { GraphViz = buildPerlPackage {
pname = "GraphViz"; pname = "GraphViz";
version = "2.24"; version = "2.24";