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