perlPackages.BusinessHours: init at 0.12

This commit is contained in:
Graham Christensen 2017-04-22 16:07:25 -04:00
parent 0ceb82d3dd
commit 76cea3de93
No known key found for this signature in database
GPG Key ID: 06121D366FE9435C

View File

@ -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 {