We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 92163ec commit 259e73dCopy full SHA for 259e73d
pkgs/top-level/perl-packages.nix
@@ -9050,6 +9050,9 @@ let self = _self // overrides; _self = with self; {
9050
};
9051
buildInputs = [ CPANMetaCheck CPANMetaRequirements DistCheckConflicts TestCleanNamespaces TestFatal TestRequires ModuleMetadata ];
9052
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
+ '';
9056
meta = {
9057
homepage = http://moose.perl.org/;
9058
description = "A postmodern object system for Perl 5";
0 commit comments