mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 03:15:56 +03:00
perlPackages.BusinessHours: init at 0.12
This commit is contained in:
parent
0ceb82d3dd
commit
76cea3de93
@ -734,6 +734,19 @@ let self = _self // overrides; _self = with self; {
|
||||
];
|
||||
};
|
||||
|
||||
BusinessHours = buildPerlPackage rec {
|
||||
name = "Business-Hours-0.12";
|
||||
src = fetchurl {
|
||||
url = "https://cpan.metacpan.org/authors/id/R/RU/RUZ/Business-Hours-0.12.tar.gz";
|
||||
sha256 = "15c5g278m1x121blspf4bymxp89vysizr3z6s1g3sbpfdkrn4gyv";
|
||||
};
|
||||
buildInputs = [ TestPod TestPodCoverage ];
|
||||
propagatedBuildInputs = [ SetIntSpan TimeLocal ];
|
||||
meta = {
|
||||
description = "Calculate business hours in a time period";
|
||||
};
|
||||
};
|
||||
|
||||
BusinessISBN = buildPerlPackage rec {
|
||||
name = "Business-ISBN-2.09";
|
||||
src = fetchurl {
|
||||
|
Loading…
Reference in New Issue
Block a user