perlPackages.MacPropertyList: init at 1.504

https://github.com/briandfoy/mac-propertylist
This commit is contained in:
Anthony Roussel
2023-10-30 17:57:52 +01:00
parent c4dab4b230
commit f35eefd3d6
+15
View File
@@ -14657,6 +14657,21 @@ with self; {
};
};
MacPropertyList = buildPerlPackage {
pname = "Mac-PropertyList";
version = "1.504";
src = fetchurl {
url = "mirror://cpan/authors/id/B/BD/BDFOY/Mac-PropertyList-1.504.tar.gz";
hash = "sha256-aIl96Yw2j76c22iF1H3qADxG7Ho3MmNSPvZkVwc7eq4=";
};
propagatedBuildInputs = [ XMLEntities ];
meta = {
description = "Work with Mac plists at a low level";
homepage = "https://github.com/briandfoy/mac-propertylist";
license = lib.licenses.artistic2;
};
};
MacSysProfile = buildPerlPackage {
pname = "Mac-SysProfile";
version = "0.05";