[cpan2nix] perlPackages.ArrayFIFO: cleanup

This commit is contained in:
volth 2018-04-07 07:57:59 +00:00
parent 2dd8cbf23b
commit 6a3e1434b2

View File

@ -438,7 +438,7 @@ let self = _self // overrides; _self = with self; {
url = "mirror://cpan/authors/id/D/DB/DBURKE/${name}.tar.gz";
sha256 = "8082b7ca456d02c7c862ba409cbd62a9cafdb8c5832f5d7fb1d37ba8698ee5b1";
};
buildInputs = [ TestSpec ];
buildInputs = [ TestDeep TestSpec TestTrap ];
propagatedBuildInputs = [ Moose namespaceautoclean ];
meta = {
homepage = https://github.com/dwburke/perl-Array-FIFO;