k 5/test/infest-cac: add ca-bundle for python
This commit is contained in:
parent
7546d33850
commit
b38a821c31
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user