mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
awscli2: use standard-format CA bundle for awscrt
This commit is contained in:
parent
e1dc830f54
commit
5ee94d0c8f
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ py.pkgs.buildPythonApplication rec {
|
|||
# through PYTHONPATH
|
||||
sed -i '/pip>=/d' requirements/bootstrap.txt
|
||||
|
||||
ln -sf ${cacert}/etc/ssl/certs/ca-bundle.crt awscli/botocore/cacert.pem
|
||||
ln -sf ${cacert}/etc/ssl/certs/ca-no-trust-rules-bundle.crt awscli/botocore/cacert.pem
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue