about summary refs log tree commit diff
diff options
context:
space:
mode:
authorStig <stig@stig.io>2022-02-15 21:48:07 +0100
committerGitHub <noreply@github.com>2022-02-15 21:48:07 +0100
commitbaf0543f6d136e7c4a091801ead56ea30cf0949e (patch)
tree36129a2d59aeda649eca4fb8675ce809792aca03
parentc3f2886c7929e7a16fc26637a793b01a2e7f80f3 (diff)
parent5096ad4c496cd1d9035cc5f36f01c7c2a39e5248 (diff)
Merge pull request #160048 from AnatolyPopov/perl-hash-stored-iterator-0.008
perlPackages.HashStoredIterator: init at 0.008
-rw-r--r--pkgs/top-level/perl-packages.nix15
1 files changed, 15 insertions, 0 deletions
diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix
index 85a7f7b19886c..23a714597eec3 100644
--- a/pkgs/top-level/perl-packages.nix
+++ b/pkgs/top-level/perl-packages.nix
@@ -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";