Merge pull request #90509 from stigtsp/package/crypt-eksblowfish-fix-darwin
perlPackages.CryptEksblowfish: fix darwin build
This commit is contained in:
commit
ca25fdf7d9
@ -3614,7 +3614,7 @@ let
|
|||||||
sha256 = "3cc7126d5841107237a9be2dc5c7fbc167cf3c4b4ce34678a8448b850757014c";
|
sha256 = "3cc7126d5841107237a9be2dc5c7fbc167cf3c4b4ce34678a8448b850757014c";
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [ ClassMix ];
|
propagatedBuildInputs = [ ClassMix ];
|
||||||
perlPreHook = stdenv.lib.optionalString stdenv.isi686 "export LD=$CC"; # fix undefined reference to `__stack_chk_fail_local'
|
perlPreHook = stdenv.lib.optionalString (stdenv.isi686 || stdenv.isDarwin) "export LD=$CC";
|
||||||
};
|
};
|
||||||
|
|
||||||
CryptIDEA = buildPerlPackage {
|
CryptIDEA = buildPerlPackage {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user