summary refs log tree commit diff
path: root/pkgs/build-support
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2017-05-24 17:52:17 +0200
committerGitHub <noreply@github.com>2017-05-24 17:52:17 +0200
commit601d8c3f097218bfcea3a4fc9452a33b7af49e16 (patch)
treed3943429251a84e50305bf10ded4c744f814cc23 /pkgs/build-support
parent503ec213a2963c064001e209a1a2bf30713ca937 (diff)
parent00572d595c2aaec1d8196fb913a018696326e824 (diff)
downloadnixlib-601d8c3f097218bfcea3a4fc9452a33b7af49e16.tar
nixlib-601d8c3f097218bfcea3a4fc9452a33b7af49e16.tar.gz
nixlib-601d8c3f097218bfcea3a4fc9452a33b7af49e16.tar.bz2
nixlib-601d8c3f097218bfcea3a4fc9452a33b7af49e16.tar.lz
nixlib-601d8c3f097218bfcea3a4fc9452a33b7af49e16.tar.xz
nixlib-601d8c3f097218bfcea3a4fc9452a33b7af49e16.tar.zst
nixlib-601d8c3f097218bfcea3a4fc9452a33b7af49e16.zip
Merge pull request #26064 from mateon1/pr/update-ipfs
ipfs: 0.4.6 -> 0.4.9
Diffstat (limited to 'pkgs/build-support')
-rw-r--r--pkgs/build-support/fetchgx/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/build-support/fetchgx/default.nix b/pkgs/build-support/fetchgx/default.nix
index 6d209cec2549..ea91a0854d16 100644
--- a/pkgs/build-support/fetchgx/default.nix
+++ b/pkgs/build-support/fetchgx/default.nix
@@ -14,7 +14,7 @@ stdenv.mkDerivation {
 
   phases = [ "unpackPhase" "buildPhase" "installPhase" ];
 
-  SSL_CERT_FILE = "${cacert}/etc/ssl/certs/ca-bundle.crt";
+  NIX_SSL_CERT_FILE = "${cacert}/etc/ssl/certs/ca-bundle.crt";
 
   buildPhase = ''
     export GOPATH=$(pwd)/vendor