mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 17:53:14 +00:00
[cpan2nix] perlPackages.DateTimeFormatHTTP: cleanup
This commit is contained in:
parent
6aa717a651
commit
e95fda2fa5
@ -3607,7 +3607,7 @@ let self = _self // overrides; _self = with self; {
|
||||
};
|
||||
};
|
||||
|
||||
DateTimeFormatHTTP = buildPerlPackage rec {
|
||||
DateTimeFormatHTTP = buildPerlModule rec {
|
||||
name = "DateTime-Format-HTTP-0.42";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/C/CK/CKRAS/${name}.tar.gz";
|
||||
|
Loading…
Reference in New Issue
Block a user