perlPackages.CursesUIGrid: init at 0.15

This commit is contained in:
Heph 2021-09-06 16:55:49 +02:00
parent 62ad139d87
commit 391f22eae4

View file

@ -4657,6 +4657,20 @@ let
propagatedBuildInputs = [ Curses TermReadKey ];
};
CursesUIGrid = buildPerlPackage {
pname = "Curses-UI-Grid";
version = "0.15";
src = fetchurl {
url = "mirror://cpan/authors/id/A/AD/ADRIANWIT/Curses-UI-Grid-0.15.tar.gz";
sha256 = "0820ca4a9fb949ba8faf97af574018baeffb694e980c5087bb6522aa70b9dbec";
};
propagatedBuildInputs = [ CursesUI TestPod TestPodCoverage ];
meta = {
description = "Create and manipulate data in grid model";
license = with lib.licenses; [ artistic1 gpl1Plus ];
};
};
CryptX = buildPerlPackage {
pname = "CryptX";
version = "0.069";