perlPackages.GraphicsToolkitColor: init at 1.71

This commit is contained in:
Stig Palmquist 2023-10-16 23:45:34 +02:00
parent 3c557bfb0f
commit b311048966

View File

@ -10803,6 +10803,20 @@ with self; {
};
};
GraphicsToolkitColor = buildPerlPackage {
pname = "Graphics-Toolkit-Color";
version = "1.71";
src = fetchurl {
url = "mirror://cpan/authors/id/L/LI/LICHTKIND/Graphics-Toolkit-Color-1.71.tar.gz";
hash = "sha256-NOiLb2hY9H2ZYQHxWC8esA23+G4Snl8dYb9/m922LvI=";
};
buildInputs = [ TestWarn ];
meta = {
description = "Color palette constructor";
license = with lib.licenses; [ artistic1 gpl1Plus ];
};
};
GraphViz = buildPerlPackage {
pname = "GraphViz";
version = "2.26";