[cpan2nix] perlPackages.MooseXAliases: cleanup

This commit is contained in:
volth 2018-04-07 07:57:42 +00:00
parent 430743feeb
commit 99aed2343f

View File

@ -9821,7 +9821,7 @@ let self = _self // overrides; _self = with self; {
url = "mirror://cpan/authors/id/D/DO/DOY/${name}.tar.gz";
sha256 = "0j07zqczjfmng3md6nkha7560i786d0cp3gdmrx49hr64jbhz1f4";
};
buildInputs = [ TestFatal TestRequires ];
buildInputs = [ TestFatal ];
propagatedBuildInputs = [ Moose ];
};