mpv: Remove 23.05 guard
This commit is contained in:
parent
7c936fa4cc
commit
7441d4eb00
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue