Merge pull request #136907 from heph2/perl/CursesUIGrid

perlPackages.CursesUIGrid: init at 0.15
This commit is contained in:
Stig 2021-09-06 19:41:44 +02:00 committed by GitHub
commit 068115ce55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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";