[cpan2nix] perlPackages.TestBase: cleanup
This commit is contained in:
parent
56ca90204a
commit
2e8c2e164c
|
@ -13758,6 +13758,7 @@ let self = _self // overrides; _self = with self; {
|
||||||
sha256 = "0fch1cvivnszbnwhpfmwv1rin04j5xkj1n1ylfmlxg6bm72qqdjj";
|
sha256 = "0fch1cvivnszbnwhpfmwv1rin04j5xkj1n1ylfmlxg6bm72qqdjj";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [ Spiffy ];
|
propagatedBuildInputs = [ Spiffy ];
|
||||||
|
buildInputs = [ AlgorithmDiff TextDiff ];
|
||||||
};
|
};
|
||||||
|
|
||||||
TestCheckDeps = buildPerlPackage rec {
|
TestCheckDeps = buildPerlPackage rec {
|
||||||
|
|
Loading…
Reference in New Issue