[cpan2nix] perlPackages.TieHashIndexed: cleanup

This commit is contained in:
volth 2018-06-23 10:11:56 +00:00
parent b9a03f6a05
commit d3a91da6e5

View File

@ -16843,6 +16843,7 @@ let self = _self // overrides; _self = with self; {
description = "Ordered hashes for Perl"; description = "Ordered hashes for Perl";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
}; };
doCheck = false; /* test fails on some machines */
}; };
TieRefHash = buildPerlPackage { TieRefHash = buildPerlPackage {