tautulli: expand pythonPath bash array for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-01-27 11:53:10 +01:00
parent b4124a99fc
commit 8196cbb3cc
+1 -1
View File
@@ -37,7 +37,7 @@ buildPythonApplication rec {
# Can't just symlink to the main script, since it uses __file__ to
# import bundled packages and manage the service
makeWrapper $out/libexec/tautulli/Tautulli.py $out/bin/tautulli
wrapPythonProgramsIn "$out/libexec/tautulli" "$pythonPath"
wrapPythonProgramsIn "$out/libexec/tautulli" "''${pythonPath[*]}"
# Creat backwards compatibility symlink to bin/plexpy
ln -s $out/bin/tautulli $out/bin/plexpy