[cpan2nix] perlPackages.ClassStd: cleanup

This commit is contained in:
volth 2018-04-07 07:51:20 +00:00
parent 0212152fd3
commit f59c5c7dd9
1 changed files with 1 additions and 1 deletions

View File

@ -2127,7 +2127,7 @@ let self = _self // overrides; _self = with self; {
propagatedBuildInputs = [ ClassISA ];
};
ClassStd = buildPerlPackage {
ClassStd = buildPerlModule {
name = "Class-Std-0.013";
src = fetchurl {
url = mirror://cpan/authors/id/C/CH/CHORNY/Class-Std-0.013.tar.gz;