Skip to content

Commit

Permalink
perl-Mouse: fix darwin build
Browse files Browse the repository at this point in the history
/cc ZHF #45961
  • Loading branch information
LnL7 committed Sep 10, 2018
1 parent dc6b36b commit 5e8fd87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/top-level/perl-packages.nix
Expand Up @@ -10884,6 +10884,7 @@ let
sha256 = "1j3048ip691j91rdig6wrlg6i4jdzhszxmz5pi2g7n355rl2w00l";
};
buildInputs = [ DevelPPPort ModuleBuildXSUtil TestException TestFatal TestLeakTrace TestOutput TestRequires TryTiny self.version ];
perlPreHook = "export LD=$CC";
NIX_CFLAGS_COMPILE = stdenv.lib.optionalString stdenv.isi686 "-fno-stack-protector";
hardeningDisable = stdenv.lib.optional stdenv.isi686 "stackprotector";
};
Expand Down

0 comments on commit 5e8fd87

Please sign in to comment.