jellyfin-mpv-shim: fix requirements

python-mpv has been renamed to mpv, while mpv-jsonipc's package name is python_mpv_jsonipc

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>

authored by scrumplex.net and committed by

Bjørn Forsman 4dd23ff3 9d1d10a0

+4
+4
pkgs/applications/video/jellyfin-mpv-shim/default.nix
··· 61 substituteInPlace jellyfin_mpv_shim/conf.py \ 62 --replace "check_updates: bool = True" "check_updates: bool = False" \ 63 --replace "notify_updates: bool = True" "notify_updates: bool = False" 64 ''; 65 66 # Install all the icons for the desktop item
··· 61 substituteInPlace jellyfin_mpv_shim/conf.py \ 62 --replace "check_updates: bool = True" "check_updates: bool = False" \ 63 --replace "notify_updates: bool = True" "notify_updates: bool = False" 64 + # python-mpv renamed to mpv with 1.0.4 65 + substituteInPlace setup.py \ 66 + --replace "python-mpv" "mpv" \ 67 + --replace "mpv-jsonipc" "python_mpv_jsonipc" 68 ''; 69 70 # Install all the icons for the desktop item