mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
Merge pull request #335890 from someone-stole-my-name/master
perlPackages.SafeHole: fix darwin build
This commit is contained in:
commit
e293fb7bcc
@ -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;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user