[cpan2nix] perlPackages.TieCacheLRU: cleanup

This commit is contained in:
volth 2018-04-07 07:55:43 +00:00
parent 74c4281fa7
commit ab81a69d16
1 changed files with 1 additions and 1 deletions

View File

@ -15460,7 +15460,7 @@ let self = _self // overrides; _self = with self; {
url = "mirror://cpan/authors/id/M/MS/MSCHWERN/${name}.tar.gz";
sha256 = "1bf740450d3a6d7c12b48c25f7da5964e44e7cc38b28572cfb76ff22464f4469";
};
propagatedBuildInputs = [ CarpAssert ClassDataInheritable ClassVirtual enum ];
propagatedBuildInputs = [ ClassVirtual enum ];
meta = {
description = "A Least-Recently Used cache";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];