mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 11:53:27 +00:00
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 LD_LIBRARY_PATH ":" "${lib.makeLibraryPath
|
||||
(stdenv.lib.concatMap
|
||||
(plugin: plugin.extraRuntimeDependencies) plugins)}"
|
||||
(plugin: plugin.extraRuntimeDependencies or []) plugins)}"
|
||||
done
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user