diff --git a/G/GDAL/build_tarballs.jl b/G/GDAL/build_tarballs.jl index 89c3ade944b..23cf8bd4f05 100644 --- a/G/GDAL/build_tarballs.jl +++ b/G/GDAL/build_tarballs.jl @@ -94,6 +94,10 @@ dependencies = [ Dependency("LibCURL_jll"), Dependency("OpenJpeg_jll"), Dependency("Expat_jll"), + # We need to explicitly list nghttp2 because it's a dependency of + # LibCURL_jll which is now a stdlib, but nghttp2_jll isn't currently a + # stdlib + Dependency("nghttp2_jll"), ] # Build the tarballs, and possibly a `build.jl` as well.