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}
|
for exe in kodi{,-standalone}
|
||||||
do
|
do
|
||||||
makeWrapper ${kodi}/bin/$exe $out/bin/$exe \
|
makeWrapper ${kodi}/bin/$exe $out/bin/$exe \
|
||||||
|
--prefix PYTHONPATH : ${kodi.pythonPackages.makePythonPath plugins} \
|
||||||
--prefix KODI_HOME : $out/share/kodi
|
--prefix KODI_HOME : $out/share/kodi
|
||||||
done
|
done
|
||||||
'';
|
'';
|
||||||
|
Loading…
Reference in New Issue
Block a user