perlPackages.SafeHole: fix darwin build

This commit is contained in:
Christian Segundo 2024-08-19 21:37:53 +02:00
parent cbd64d71ea
commit f3c5cbc302
No known key found for this signature in database
GPG Key ID: 8B6B1A3CF906CCEC

View File

@ -23666,11 +23666,11 @@ with self; {
url = "mirror://cpan/authors/id/T/TO/TODDR/Safe-Hole-0.14.tar.gz";
hash = "sha256-9PVui70GxP5K4G2xIYbeyt+6wep3XqGMbAKJSB0V7AU=";
};
perlPreHook = lib.optionalString stdenv.isDarwin "export LD=$CC";
meta = {
description = "Lib/Safe/Hole.pm";
homepage = "https://github.com/toddr/Safe-Hole";
license = with lib.licenses; [ artistic1 gpl1Plus ];
broken = stdenv.isDarwin;
};
};