Skip to content

Commit

Permalink
Add missing Candidate.new
Browse files Browse the repository at this point in the history
  • Loading branch information
titsuki committed Nov 14, 2019
1 parent eb6f62d commit 6d9f0da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Chart/Gnuplot/CustomBuilder.pm6
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class Chart::Gnuplot::CustomBuilder:ver<0.0.13> is Distribution::Builder::MakeFr
{ module => "Zef::Service::Shell::p5tar" },
];
my $extractor = Zef::Extract.new(:backends(@extract-backends));
my $extract-dir = $extractor.extract($archive-file, $*CWD);
my $extract-dir = $extractor.extract(Candidate.new(:uri($archive-file)), $*CWD);
chdir("gnuplot-5.2.6");
shell("./configure --prefix=$prefix");
shell("make");
Expand Down

0 comments on commit 6d9f0da

Please sign in to comment.