summary refs log tree commit diff
path: root/pkgs/games/factorio/fetch.sh
diff options
context:
space:
mode:
authorRicardo Ardissone <ricardo.ardissone@gmail.com>2016-04-21 11:09:53 -0300
committerRicardo Ardissone <ricardo.ardissone@gmail.com>2016-04-21 11:09:53 -0300
commitf2cee89b22eb572cfaa24d679a6a6cdf64c5d3d7 (patch)
tree5f16a04abe5570bd842d7273739cc9285f9d135d /pkgs/games/factorio/fetch.sh
parent904204ffdafed6ef23248c6d0b4c9ecbd8baa61b (diff)
downloadnixlib-f2cee89b22eb572cfaa24d679a6a6cdf64c5d3d7.tar
nixlib-f2cee89b22eb572cfaa24d679a6a6cdf64c5d3d7.tar.gz
nixlib-f2cee89b22eb572cfaa24d679a6a6cdf64c5d3d7.tar.bz2
nixlib-f2cee89b22eb572cfaa24d679a6a6cdf64c5d3d7.tar.lz
nixlib-f2cee89b22eb572cfaa24d679a6a6cdf64c5d3d7.tar.xz
nixlib-f2cee89b22eb572cfaa24d679a6a6cdf64c5d3d7.tar.zst
nixlib-f2cee89b22eb572cfaa24d679a6a6cdf64c5d3d7.zip
factorio: add explict dependency on cacert for chroot build
Diffstat (limited to 'pkgs/games/factorio/fetch.sh')
-rw-r--r--pkgs/games/factorio/fetch.sh2
1 files changed, 1 insertions, 1 deletions
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"