r128gain: replace ffmpeg_3 with ffmpeg

See https://github.com/NixOS/nixpkgs/issues/120705 for the rationale.

+5 -7
+5 -7
pkgs/applications/audio/r128gain/default.nix
··· 3 3 , genericUpdater 4 4 , substituteAll 5 5 , common-updater-scripts 6 - , ffmpeg_3 6 + , ffmpeg 7 7 , python3Packages 8 8 , sox 9 9 }: ··· 20 20 }; 21 21 22 22 patches = [ 23 - ( 24 - substituteAll { 25 - src = ./ffmpeg-location.patch; 26 - ffmpeg = ffmpeg_3; 27 - } 28 - ) 23 + (substituteAll { 24 + src = ./ffmpeg-location.patch; 25 + inherit ffmpeg; 26 + }) 29 27 ]; 30 28 31 29 propagatedBuildInputs = with python3Packages; [ crcmod ffmpeg-python mutagen tqdm ];