perlPackages.ArrayRefElem: init at 1.00

This commit is contained in:
Pavel Borzenkov
2022-05-19 18:36:44 +02:00
parent f9e1911d34
commit c79cc67bdb
+13
View File
@@ -948,6 +948,19 @@ let
};
};
ArrayRefElem = buildPerlPackage {
pname = "Array-RefElem";
version = "1.00";
src = fetchurl {
url = "mirror://cpan/authors/id//G/GA/GAAS/Array-RefElem-1.00.tar.gz";
sha256 = "sha256-U7iAo67AQ+TjcM4SaCtHVt5F3XQtq1cpT+IaFUU87+M=";
};
meta = {
description = "Set up array elements as aliases";
license = with lib.licenses; [ artistic1 gpl1Plus ];
};
};
AsyncPing = buildPerlPackage {
pname = "AsyncPing";
version = "2016.1207";