mpv: Remove 23.05 guard

nazuna
Simon Bruder 2023-05-30 14:09:11 +02:00
parent 7c936fa4cc
commit 7441d4eb00
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
1 changed files with 1 additions and 5 deletions

View File

@ -55,12 +55,8 @@ in
vapoursynth = pkgs.vapoursynth.withPlugins (with pkgs; [
vapoursynth-mvtools
]);
} // (if (pkgs.lib.versionAtLeast (pkgs.lib.substring 0 5 pkgs.lib.version) "23.05") then {
# TODO: Remove with 23.05
ffmpeg_5 = pkgs.ffmpeg_5-full;
} else {
ffmpeg = pkgs.ffmpeg-full;
})))
}))
{
scripts = with pkgs.mpvScripts; [
pitchcontrol