Merge pull request #136907 from heph2/perl/CursesUIGrid
perlPackages.CursesUIGrid: init at 0.15
This commit is contained in:
commit
068115ce55
1 changed files with 14 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue