From 9c4df57016a4fd7f0fc9ff8e3bf3f806b5a78529 Mon Sep 17 00:00:00 2001 From: Kevin Cox Date: Sat, 27 Dec 2025 09:30:15 -0500 Subject: [PATCH] performous: Pin to ffmpeg 7 This fixes the build. Performous was patched with ffmpeg 8 support (https://github.com/performous/performous/pull/1087) however this patch has not been released and doesn't apply cleanly. It seemed best to revert to ffmpeg 7 for now until a fully supported version is released. --- pkgs/by-name/pe/performous/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/pe/performous/package.nix b/pkgs/by-name/pe/performous/package.nix index ef77e756f91b..9256a64c627a 100644 --- a/pkgs/by-name/pe/performous/package.nix +++ b/pkgs/by-name/pe/performous/package.nix @@ -7,7 +7,7 @@ aubio, boost, cmake, - ffmpeg, + ffmpeg_7, fmt, gettext, glew, @@ -84,7 +84,7 @@ stdenv.mkDerivation rec { SDL2 aubio boost - ffmpeg + ffmpeg_7 fmt glew glibmm