kodi: fix typo

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
2025-10-06 17:18:20 +02:00
parent c9933e1b8f
commit 0682959da0

View File

@@ -16,7 +16,7 @@ let
makePythonPath [ makePythonPath [
pillow pillow
pycryptodomex pycryptodomex
]); ];
# each kodi addon can potentially export a python module which should be included in PYTHONPATH # each kodi addon can potentially export a python module which should be included in PYTHONPATH
# see any addon which supplies `passthru.pythonPath` and the corresponding entry in the addons `addon.xml` # see any addon which supplies `passthru.pythonPath` and the corresponding entry in the addons `addon.xml`