Skip to content

Commit

Permalink
perl-moose: fix darwin build
Browse files Browse the repository at this point in the history
  • Loading branch information
LnL7 committed Sep 10, 2017
1 parent 92163ec commit 259e73d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/top-level/perl-packages.nix
Expand Up @@ -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";
Expand Down

0 comments on commit 259e73d

Please sign in to comment.