From f2cee89b22eb572cfaa24d679a6a6cdf64c5d3d7 Mon Sep 17 00:00:00 2001 From: Ricardo Ardissone Date: Thu, 21 Apr 2016 11:09:53 -0300 Subject: factorio: add explict dependency on cacert for chroot build --- pkgs/games/factorio/fetch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/games/factorio/fetch.sh') diff --git a/pkgs/games/factorio/fetch.sh b/pkgs/games/factorio/fetch.sh index ad9766736867..d6549c0a6768 100644 --- a/pkgs/games/factorio/fetch.sh +++ b/pkgs/games/factorio/fetch.sh @@ -8,7 +8,7 @@ source $stdenv/setup curl="curl \ --max-redirs 20 \ --retry 3 \ - --cacert /etc/ssl/certs/ca-bundle.crt \ + --cacert $cacert/etc/ssl/certs/ca-bundle.crt \ $curlOpts \ $NIX_CURL_FLAGS" -- cgit 1.4.1