From 078e37996ad078a80810e8fff2376194382285d8 Mon Sep 17 00:00:00 2001 From: Eric Helgeson Date: Sun, 16 Nov 2025 17:37:30 -0600 Subject: [PATCH] rpcs3: pin ffmpeg to version 7 The removal of the deprecated `avcodec_close` function broke the build of `rpcs3` in the latest version. As there's currently no newer release available, I switched the package to using `ffmpeg_7` as input for now. --- pkgs/by-name/rp/rpcs3/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/rp/rpcs3/package.nix b/pkgs/by-name/rp/rpcs3/package.nix index 109f71454fe2..4fea7834c994 100644 --- a/pkgs/by-name/rp/rpcs3/package.nix +++ b/pkgs/by-name/rp/rpcs3/package.nix @@ -14,7 +14,7 @@ vulkan-loader, libpng, libSM, - ffmpeg, + ffmpeg_7, libevdev, libusb1, zlib, @@ -120,7 +120,7 @@ stdenv.mkDerivation (finalAttrs: { vulkan-headers vulkan-loader libpng - ffmpeg + ffmpeg_7 libevdev zlib libusb1