Merge pull request #92613 from stigtsp/package/perl-yaml-syck-fix-darwin

perlPackages.YAMLSyck: fix darwin build
This commit is contained in:
Aaron Andersen 2020-07-07 14:20:20 -04:00 committed by GitHub
commit 4a9dac0081
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21773,6 +21773,7 @@ let
url = "mirror://cpan/authors/id/T/TO/TODDR/YAML-Syck-1.32.tar.gz";
sha256 = "1fz9r9vvsmjkzvcbznxw65b319vkmwzd0ck09q9nwip00gn907fv";
};
perlPreHook = stdenv.lib.optionalString stdenv.isDarwin "export LD=$CC";
meta = {
description = "Fast, lightweight YAML loader and dumper";
license = stdenv.lib.licenses.mit;