kodi.certifi: use own ca-bundle
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
@@ -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 = [
|
||||||
|
|||||||
Reference in New Issue
Block a user