diff --git a/pkgs/applications/video/kodi/wrapper.nix b/pkgs/applications/video/kodi/wrapper.nix index 52b7679a325e..2c2c76f8a853 100644 --- a/pkgs/applications/video/kodi/wrapper.nix +++ b/pkgs/applications/video/kodi/wrapper.nix @@ -4,7 +4,7 @@ let kodiPackages = callPackage ../../../top-level/kodi-packages.nix { inherit kodi; }; # linux distros are supposed to provide pillow and pycryptodome - requiredPythonPath = with kodi.pythonPackages; makePythonPath ([ pillow pycryptodome ]); + requiredPythonPath = with kodi.pythonPackages; makePythonPath ([ pillow pycryptodomex ]); # 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`