neothesia: pin ffmpeg to ffmpeg_7

fixes a build issue caused by bumping to ffmpeg 8.0
This commit is contained in:
Naxdy 2025-11-30 12:11:03 +01:00
commit 24943fa78d
No known key found for this signature in database
GPG key ID: CC15075846BCE91B

View file

@ -2,7 +2,7 @@
rustPlatform,
fetchFromGitHub,
lib,
ffmpeg,
ffmpeg_7,
pkg-config,
alsa-lib,
wayland,
@ -27,7 +27,7 @@ rustPlatform.buildRustPackage {
inherit src version;
buildInputs = [
ffmpeg
ffmpeg_7
alsa-lib
];