perlPackages.MacPropertyList: init at 1.504
https://github.com/briandfoy/mac-propertylist
This commit is contained in:
parent
c4dab4b230
commit
f35eefd3d6
1 changed files with 15 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue