Merge pull request #92613 from stigtsp/package/perl-yaml-syck-fix-darwin
perlPackages.YAMLSyck: fix darwin build
This commit is contained in:
commit
4a9dac0081
@ -21773,6 +21773,7 @@ let
|
|||||||
url = "mirror://cpan/authors/id/T/TO/TODDR/YAML-Syck-1.32.tar.gz";
|
url = "mirror://cpan/authors/id/T/TO/TODDR/YAML-Syck-1.32.tar.gz";
|
||||||
sha256 = "1fz9r9vvsmjkzvcbznxw65b319vkmwzd0ck09q9nwip00gn907fv";
|
sha256 = "1fz9r9vvsmjkzvcbznxw65b319vkmwzd0ck09q9nwip00gn907fv";
|
||||||
};
|
};
|
||||||
|
perlPreHook = stdenv.lib.optionalString stdenv.isDarwin "export LD=$CC";
|
||||||
meta = {
|
meta = {
|
||||||
description = "Fast, lightweight YAML loader and dumper";
|
description = "Fast, lightweight YAML loader and dumper";
|
||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user