[cpan2nix] perlPackages.TestBase: cleanup

This commit is contained in:
volth 2018-04-07 07:55:21 +00:00
parent 56ca90204a
commit 2e8c2e164c
1 changed files with 1 additions and 0 deletions

View File

@ -13758,6 +13758,7 @@ let self = _self // overrides; _self = with self; {
sha256 = "0fch1cvivnszbnwhpfmwv1rin04j5xkj1n1ylfmlxg6bm72qqdjj";
};
propagatedBuildInputs = [ Spiffy ];
buildInputs = [ AlgorithmDiff TextDiff ];
};
TestCheckDeps = buildPerlPackage rec {