From 83e45309fda47d08b7e9ea77d59e9b3b3339005a Mon Sep 17 00:00:00 2001 From: Jack Cummings Date: Fri, 17 May 2013 09:46:27 -0700 Subject: fetchhg: allow untrusted certs (merge #540) It's for fixed-output derivations, security provided by output hash. --- pkgs/build-support/fetchhg/builder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/build-support/fetchhg') diff --git a/pkgs/build-support/fetchhg/builder.sh b/pkgs/build-support/fetchhg/builder.sh index fbdd12b4f05..73ec7ec0b36 100644 --- a/pkgs/build-support/fetchhg/builder.sh +++ b/pkgs/build-support/fetchhg/builder.sh @@ -2,7 +2,7 @@ source $stdenv/setup header "getting $url${tag:+ ($tag)} into $out" -hg clone ${tag:+-r "$tag"} "$url" "$out" +hg clone --insecure ${tag:+-r "$tag"} "$url" "$out" rm -rf "$out/.hg" -- cgit 1.4.1