[Backport release-25.11] neothesia: pin ffmpeg to ffmpeg_7 (#466550)

This commit is contained in:
Aleksana
2025-11-30 12:38:57 +00:00
committed by GitHub

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
];