Merge pull request #335890 from someone-stole-my-name/master

perlPackages.SafeHole: fix darwin build
This commit is contained in:
Stig 2024-08-21 23:55:59 +02:00 committed by GitHub
commit e293fb7bcc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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