perlPackages.HashStoredIterator: init at 0.008

This commit is contained in:
Anatolii Popov 2022-02-14 22:45:44 +02:00
parent 708ab975c6
commit 5096ad4c49
No known key found for this signature in database
GPG Key ID: BD428BB621AD9266

View File

@ -9944,6 +9944,21 @@ let
};
};
HashStoredIterator = buildPerlModule {
pname = "Hash-StoredIterator";
version = "0.008";
src = fetchurl {
url = "mirror://cpan/authors/id/M/MS/MSCHWERN/Hash-StoredIterator-0.008.tar.gz";
sha256 = "b9cbc4dcd8233e8d1d7f1481ddb79a4a5f9db7180cb3ef02b4bcbee05e65ea0c";
};
buildInputs = [ Test2Suite ];
perlPreHook = lib.optionalString stdenv.isDarwin "export LD=$CC";
meta = {
description = "Functions for accessing a hashes internal iterator";
license = with lib.licenses; [ artistic1 gpl1Plus ];
};
};
HashUtilFieldHashCompat = buildPerlPackage {
pname = "Hash-Util-FieldHash-Compat";
version = "0.11";