perlPackages.MacSysProfile: init at 0.05

https://metacpan.org/pod/Mac::SysProfile
This commit is contained in:
Anthony Roussel
2023-10-30 17:57:51 +01:00
parent db05c27629
commit 47d3ce69dc
+15
View File
@@ -14657,6 +14657,21 @@ with self; {
};
};
MacSysProfile = buildPerlPackage {
pname = "Mac-SysProfile";
version = "0.05";
src = fetchurl {
url = "mirror://cpan/authors/id/D/DM/DMUEY/Mac-SysProfile-0.05.tar.gz";
hash = "sha256-QDOXa3dbOcwqaTtyoC1l71p7oDveTU2w3/RuEmx9n2w=";
};
propagatedBuildInputs = [ MacPropertyList ];
meta = {
description = "Perl extension for OS X system_profiler";
license = with lib.licenses; [ artistic1 gpl1Plus ];
platforms = lib.platforms.darwin;
};
};
MailAuthenticationResults = buildPerlPackage {
pname = "Mail-AuthenticationResults";
version = "1.20200824.1";