perlPackages.ColorLibrary: init at 0.021
This commit is contained in:
parent
ab2ae072b0
commit
e4eb6e5282
1 changed files with 15 additions and 0 deletions
|
@ -3306,6 +3306,21 @@ let
|
|||
};
|
||||
};
|
||||
|
||||
ColorLibrary = buildPerlPackage {
|
||||
pname = "Color-Library";
|
||||
version = "0.021";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/R/RO/ROKR/Color-Library-0.021.tar.gz";
|
||||
sha256 = "58cbf7e333d3a4a40297abc43412b321da449c6816020e4fa6625ab079fc90a5";
|
||||
};
|
||||
buildInputs = [ TestMost TestWarn TestException TestDeep TestDifferences ModulePluggable ];
|
||||
propagatedBuildInputs = [ ClassAccessor ClassDataInheritable ];
|
||||
meta = {
|
||||
description = "An easy-to-use and comprehensive named-color library";
|
||||
license = with lib.licenses; [ artistic1 gpl1Plus ];
|
||||
};
|
||||
};
|
||||
|
||||
CommandRunner = buildPerlModule {
|
||||
pname = "Command-Runner";
|
||||
version = "0.103";
|
||||
|
|
Loading…
Reference in a new issue