perl-moose: fix darwin build
This commit is contained in:
parent
92163ec65c
commit
259e73d678
@ -9050,6 +9050,9 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
buildInputs = [ CPANMetaCheck CPANMetaRequirements DistCheckConflicts TestCleanNamespaces TestFatal TestRequires ModuleMetadata ];
|
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 ];
|
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 = {
|
meta = {
|
||||||
homepage = http://moose.perl.org/;
|
homepage = http://moose.perl.org/;
|
||||||
description = "A postmodern object system for Perl 5";
|
description = "A postmodern object system for Perl 5";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user