Unverified Commit f3c5cbc3 authored by Christian Segundo's avatar Christian Segundo
Browse files

perlPackages.SafeHole: fix darwin build

parent cbd64d71
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
    };
  };