[cpan2nix] perlPackages.DateTimeCalendarJulian: cleanup
This commit is contained in:
parent
59def127df
commit
65d19e3664
|
@ -3539,11 +3539,11 @@ let self = _self // overrides; _self = with self; {
|
|||
url = "mirror://cpan/authors/id/P/PI/PIJLL/${name}.tar.gz";
|
||||
sha256 = "03h0llkwsiw2d2ci1ah5x9sp8xrvnbgd471i5hnpgl5w32nnhndv";
|
||||
};
|
||||
propagatedBuildInputs = [ DateTime ];
|
||||
meta = {
|
||||
description = "Dates in the Julian calendar";
|
||||
license = stdenv.lib.licenses.artistic2;
|
||||
};
|
||||
buildInputs = [ DateTime ];
|
||||
};
|
||||
|
||||
DateTimeEventICal = buildPerlPackage rec {
|
||||
|
|
Loading…
Reference in New Issue