From 1b1f548516b656bce3b005678f8f04b7d8473b06 Mon Sep 17 00:00:00 2001 From: Debian Julia Team Date: Tue, 21 Apr 2020 12:21:34 +0100 Subject: [PATCH] do-not-download-statisticsjl Gbp-Pq: Name do-not-download-statisticsjl.patch --- stdlib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stdlib/Makefile b/stdlib/Makefile index 719a4ec..4ff1bae 100644 --- a/stdlib/Makefile +++ b/stdlib/Makefile @@ -22,7 +22,7 @@ STDLIBS_EXT = Pkg Statistics PKG_GIT_URL := git://github.com/JuliaLang/Pkg.jl.git PKG_TAR_URL = file://$(CURDIR)/../debian/embedded/$1 STATISTICS_GIT_URL := git://github.com/JuliaLang/Statistics.jl.git -STATISTICS_TAR_URL = https://api.github.com/repos/JuliaLang/Statistics.jl/tarball/$1 +STATISTICS_TAR_URL = file://$(CURDIR)/../debian/embedded/$1 $(foreach module, $(STDLIBS_EXT), $(eval $(call stdlib-external,$(module),$(shell echo $(module) | tr a-z A-Z)))) -- 2.30.2