kodi: accept plugins without extraRuntimeDependencies
This commit is contained in:
parent
d24639b341
commit
2c4d7f1342
@ -19,7 +19,7 @@ in buildEnv {
|
|||||||
--prefix KODI_HOME : $out/share/kodi \
|
--prefix KODI_HOME : $out/share/kodi \
|
||||||
--prefix LD_LIBRARY_PATH ":" "${lib.makeLibraryPath
|
--prefix LD_LIBRARY_PATH ":" "${lib.makeLibraryPath
|
||||||
(stdenv.lib.concatMap
|
(stdenv.lib.concatMap
|
||||||
(plugin: plugin.extraRuntimeDependencies) plugins)}"
|
(plugin: plugin.extraRuntimeDependencies or []) plugins)}"
|
||||||
done
|
done
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user