[cpan2nix] perlPackages.HashDiff: cleanup

This commit is contained in:
volth 2018-12-28 14:18:45 +00:00
parent cb10d1a327
commit e561fb6a1b

View file

@ -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 {