We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88ddaac commit aeda7d4Copy full SHA for aeda7d4
src/Prefix.jl
@@ -717,9 +717,9 @@ function setup_dependencies(prefix::Prefix,
717
# Re-install stdlib dependencies, but this time with `julia_version = nothing`
718
if !isempty(stdlib_pkgspecs)
719
stdlib_pkgspecs_2 = deepcopy(stdlib_pkgspecs)
720
- @show stdlib_pkgspecs_2
+ @show dump(stdlib_pkgspecs_2[1])
721
foreach(Pkg.API.handle_package_input!, stdlib_pkgspecs_2)
722
723
Pkg_add(stdlib_pkgspecs; io=outs, platform=platform, julia_version=nothing)
724
end
725
0 commit comments