Skip to content

Commit aeda7d4

Browse files
Update Prefix.jl
1 parent 88ddaac commit aeda7d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Prefix.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -717,9 +717,9 @@ function setup_dependencies(prefix::Prefix,
717717
# Re-install stdlib dependencies, but this time with `julia_version = nothing`
718718
if !isempty(stdlib_pkgspecs)
719719
stdlib_pkgspecs_2 = deepcopy(stdlib_pkgspecs)
720-
@show stdlib_pkgspecs_2
720+
@show dump(stdlib_pkgspecs_2[1])
721721
foreach(Pkg.API.handle_package_input!, stdlib_pkgspecs_2)
722-
@show stdlib_pkgspecs_2
722+
@show dump(stdlib_pkgspecs_2[1])
723723
Pkg_add(stdlib_pkgspecs; io=outs, platform=platform, julia_version=nothing)
724724
end
725725

0 commit comments

Comments
 (0)