kodi: wrapper: set PYTHONPATH from plugins
This commit is contained in:
parent
02557dade2
commit
1d64f70bd7
|
@ -13,6 +13,7 @@ buildEnv {
|
|||
for exe in kodi{,-standalone}
|
||||
do
|
||||
makeWrapper ${kodi}/bin/$exe $out/bin/$exe \
|
||||
--prefix PYTHONPATH : ${kodi.pythonPackages.makePythonPath plugins} \
|
||||
--prefix KODI_HOME : $out/share/kodi
|
||||
done
|
||||
'';
|
||||
|
|
Loading…
Reference in New Issue