perl-moose: fix darwin build

This commit is contained in:
Daiderd Jordan 2017-09-10 18:04:22 +02:00
parent 92163ec65c
commit 259e73d678
No known key found for this signature in database
GPG key ID: D02435D05B810C96

View file

@ -9050,6 +9050,9 @@ let self = _self // overrides; _self = with self; {
};
buildInputs = [ CPANMetaCheck CPANMetaRequirements DistCheckConflicts TestCleanNamespaces TestFatal TestRequires ModuleMetadata ];
propagatedBuildInputs = [ ClassLoad ClassLoadXS DataOptList DevelGlobalDestruction DevelStackTrace DistCheckConflicts EvalClosure ListMoreUtils MROCompat ModuleRuntime ModuleRuntimeConflicts PackageDeprecationManager PackageStash PackageStashXS ParamsUtil SubExporter SubName TaskWeaken TryTiny ];
preConfigure = ''
export LD=$CC
'';
meta = {
homepage = http://moose.perl.org/;
description = "A postmodern object system for Perl 5";