k 5/test/infest-cac: add ca-bundle for python

This commit is contained in:
makefu 2016-01-29 16:00:46 +01:00
parent 7546d33850
commit b38a821c31

View File

@ -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;