3
0
Fork 0
forked from mirrors/nixpkgs
nixpkgs/pkgs/applications/video/kodi
Jeremy Fleischman f99cd3fd08
kodi: copy web assets instead of symlinking
Kodi refuses to follow symlinks that lead outside of a small whitelist
of allowed directories. See
[`CFileUtils::CheckFileAccessAllowed`](4ac445c4a9/xbmc/utils/FileUtils.cpp (L252))
for the relevant code.

This feels like a pretty brittle workaround, but I can't think of a
better solution, so I'm going to say that this fixes
https://github.com/NixOS/nixpkgs/issues/145116.
2021-12-30 03:09:48 -08:00
..
addons Merge pull request #152175 from r-ryantm/auto-update/kodi-pvr-hdhomerun 2021-12-26 20:25:42 -05:00
build-kodi-addon.nix kodi.packages.buildKodiAddon, kodi.packages.buildKodiBinaryAddon: include runHook preInstall and postInstall 2021-03-21 21:40:23 -04:00
build-kodi-binary-addon.nix kodi.packages.buildKodiBinaryAddon: add extraCMakeFlags arg, add symlinks for libretro cores 2021-10-31 20:01:16 -04:00
default.nix kodi.packages: split into separate files 2021-03-15 18:50:58 -04:00
unwrapped.nix kodi: fix cross build 2021-12-06 07:34:44 +01:00
wrapper.nix kodi: copy web assets instead of symlinking 2021-12-30 03:09:48 -08:00