[cpan2nix] perlPackages.BusinessHours: cleanup
This commit is contained in:
parent
9f1cf56365
commit
79ef56f941
@ -797,11 +797,10 @@ let self = _self // overrides; _self = with self; {
|
|||||||
BusinessHours = buildPerlPackage rec {
|
BusinessHours = buildPerlPackage rec {
|
||||||
name = "Business-Hours-0.12";
|
name = "Business-Hours-0.12";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://cpan.metacpan.org/authors/id/R/RU/RUZ/Business-Hours-0.12.tar.gz";
|
url = mirror://cpan/authors/id/R/RU/RUZ/Business-Hours-0.12.tar.gz;
|
||||||
sha256 = "15c5g278m1x121blspf4bymxp89vysizr3z6s1g3sbpfdkrn4gyv";
|
sha256 = "15c5g278m1x121blspf4bymxp89vysizr3z6s1g3sbpfdkrn4gyv";
|
||||||
};
|
};
|
||||||
buildInputs = [ TestPod TestPodCoverage ];
|
propagatedBuildInputs = [ SetIntSpan ];
|
||||||
propagatedBuildInputs = [ SetIntSpan TimeLocal ];
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Calculate business hours in a time period";
|
description = "Calculate business hours in a time period";
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user