Remove Perl package Mac::SystemDirectory

This commit is contained in:
Robin Bate Boerop 2015-03-14 18:56:57 -04:00
parent 6ac1413b88
commit 90c04fcac3

View file

@ -3794,7 +3794,6 @@ let self = _self // overrides; _self = with self; {
url = mirror://cpan/authors/id/A/AD/ADAMK/File-HomeDir-1.00.tar.gz;
sha256 = "85b94f3513093ec0a25b91f9f2571918519ae6f2b7a1e8546f8f78d09a877143";
};
buildInputs = stdenv.lib.optional stdenv.isDarwin [ MacSystemDirectory ];
propagatedBuildInputs = [ FileWhich ];
meta = {
description = "Find your home and other directories on any platform";
@ -5430,18 +5429,6 @@ let self = _self // overrides; _self = with self; {
inherit fetchurl buildPerlPackage stdenv DBDmysql;
};
MacSystemDirectory = buildPerlPackage {
name = "Mac-SystemDirectory-0.06";
src = fetchurl {
url = mirror://cpan/authors/id/C/CH/CHANSEN/Mac-SystemDirectory-0.06.tar.gz;
sha256 = "d008e8c893f971bdb9e935e87e9f62e693d8532b01ed5b2dc89e915d9199b21f";
};
meta = {
description = "Locate Mac OS X Standard System Directories";
license = "perl";
};
};
MailDKIM = buildPerlPackage rec {
name = "Mail-DKIM-0.40";
src = fetchurl {