diff options
author | makefu <github@syntax-fehler.de> | 2016-01-29 16:00:46 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2016-01-29 16:04:32 +0100 |
commit | b38a821c31de84af6567073bd65ac76c5fc02b5d (patch) | |
tree | 40b427e79dade3e6687014e1c18b203c0d32ce72 /krebs/5pkgs/test/infest-cac-centos7 | |
parent | 7546d33850319ac3e9d5b53ba2365177a76b3dd0 (diff) |
k 5/test/infest-cac: add ca-bundle for python
Diffstat (limited to 'krebs/5pkgs/test/infest-cac-centos7')
-rw-r--r-- | krebs/5pkgs/test/infest-cac-centos7/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/krebs/5pkgs/test/infest-cac-centos7/default.nix b/krebs/5pkgs/test/infest-cac-centos7/default.nix index b4e1e3987..886e250e2 100644 --- a/krebs/5pkgs/test/infest-cac-centos7/default.nix +++ b/krebs/5pkgs/test/infest-cac-centos7/default.nix @@ -29,7 +29,8 @@ stdenv.mkDerivation rec { chmod +x $out/bin/${shortname} wrapProgram $out/bin/${shortname} \ --prefix PATH : ${path} \ - --set SSL_CERT_FILE ${./panel.cloudatcost.com.crt} + --set SSL_CERT_FILE ${./panel.cloudatcost.com.crt} \ + --set REQUESTS_CA_BUNDLE ${./panel.cloudatcost.com.crt} ''; meta = with stdenv.lib; { homepage = http://krebsco.de; |