From 0682959da09087a8dc5262f5e64f7853de8e1b10 Mon Sep 17 00:00:00 2001 From: Florian Brandes Date: Mon, 6 Oct 2025 17:18:20 +0200 Subject: [PATCH] kodi: fix typo Signed-off-by: Florian Brandes --- pkgs/applications/video/kodi/wrapper.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/video/kodi/wrapper.nix b/pkgs/applications/video/kodi/wrapper.nix index 2428a227ffba..9b6c921d6aea 100644 --- a/pkgs/applications/video/kodi/wrapper.nix +++ b/pkgs/applications/video/kodi/wrapper.nix @@ -16,7 +16,7 @@ let 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`