mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 09:03:42 +00:00
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 ];
|
||||
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";
|
||||
|
Loading…
Reference in New Issue
Block a user