kodi.certifi: use own ca-bundle

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
2023-05-03 11:38:23 +02:00
parent cf655bca9e
commit fee1bd9071

View File

@@ -16,7 +16,7 @@ buildKodiAddon rec {
postPatch = '' postPatch = ''
# Use our system-wide ca-bundle instead of the bundled one # Use our system-wide ca-bundle instead of the bundled one
ln -snvf "${cacert}/etc/ssl/certs/ca-bundle.crt" "lib/certifi/cacert.pem" ln -snvf "etc/ssl/certs/ca-bundle.crt" "lib/certifi/cacert.pem"
''; '';
propagatedNativeBuildInputs = [ propagatedNativeBuildInputs = [