From 7441d4eb000d609fd90018a597c96f0c5145d6e4 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Tue, 30 May 2023 14:09:11 +0200 Subject: [PATCH] mpv: Remove 23.05 guard --- users/simon/modules/mpv/default.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/users/simon/modules/mpv/default.nix b/users/simon/modules/mpv/default.nix index 8f21928..0c7ad65 100644 --- a/users/simon/modules/mpv/default.nix +++ b/users/simon/modules/mpv/default.nix @@ -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