perlPackages.MacSysProfile: init at 0.05
https://metacpan.org/pod/Mac::SysProfile
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user