tautulli: expand pythonPath bash array for structuredAttrs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user