[cpan2nix] perlPackages.HashMergeSimple: cleanup
This commit is contained in:
parent
0c32146bdf
commit
9346137fae
1 changed files with 1 additions and 1 deletions
|
@ -6580,7 +6580,7 @@ let self = _self // overrides; _self = with self; {
|
|||
url = mirror://cpan/authors/id/R/RO/ROKR/Hash-Merge-Simple-0.051.tar.gz;
|
||||
sha256 = "1c56327873d2f04d5722777f044863d968910466997740d55a754071c6287b73";
|
||||
};
|
||||
buildInputs = [ TestMost ];
|
||||
buildInputs = [ TestDeep TestDifferences TestException TestMost TestWarn ];
|
||||
propagatedBuildInputs = [ Clone ];
|
||||
meta = {
|
||||
description = "Recursively merge two or more hashes, simply";
|
||||
|
|
Loading…
Reference in a new issue