Hi, Marco van Hulten <[email protected]> skribis:
> $ kodi > Failed to open VDPAU backend libvdpau_va_gl.so: cannot open shared object > file: No such file or directory Guix’s ‘mesa’ package does not provide this specific shared object under lib/vdpau, so there might be some interference with the host distro. What happens if you run: guix environment --pure --ad-hoc kodi -- kodi or: guix environment -C --ad-hoc kodi -- kodi ? Ludo’.
