Skip to content

Commit 259e73d

Browse files
committedSep 10, 2017
perl-moose: fix darwin build
1 parent 92163ec commit 259e73d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎pkgs/top-level/perl-packages.nix

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

0 commit comments

Comments
 (0)
Please sign in to comment.