kodiPlugins.inputstream-adaptive: init at 2.3.12

This commit is contained in:
Stefan Wiehler
2019-02-19 07:43:01 +01:00
parent bcb57f6c57
commit 6307e2b00f
3 changed files with 38 additions and 3 deletions
+4 -1
View File
@@ -14,7 +14,10 @@ buildEnv {
do
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 \
--prefix LD_LIBRARY_PATH ":" "${lib.makeLibraryPath
(stdenv.lib.concatMap
(plugin: plugin.extraRuntimeDependencies) plugins)}"
done
'';