mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
perlPackages.CursesUIGrid: init at 0.15
This commit is contained in:
parent
62ad139d87
commit
391f22eae4
@ -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 New Issue
Block a user