[cpan2nix] perlPackages.HashDiff: cleanup
This commit is contained in:
parent
cb10d1a327
commit
e561fb6a1b
1 changed files with 1 additions and 0 deletions
|
@ -6728,6 +6728,7 @@ let
|
|||
license = with stdenv.lib.licenses; [ artistic1 ];
|
||||
description = "Return difference between two hashes as a hash";
|
||||
};
|
||||
buildInputs = [ TestSimple13 ];
|
||||
};
|
||||
|
||||
HashFlatten = buildPerlPackage rec {
|
||||
|
|
Loading…
Reference in a new issue