python3{11,12}Packages.torchaudio: pin FFmpeg 6

Upstream is not yet ready for FFmpeg 7.
This commit is contained in:
Emily
2024-10-03 22:12:30 +01:00
parent 192fd67cc3
commit 7fd2766a18
@@ -10,7 +10,7 @@
ninja,
# buildInputs
ffmpeg-full,
ffmpeg_6-full,
pybind11,
sox,
torch,
@@ -108,9 +108,9 @@ buildPythonPackage rec {
FFMPEG_ROOT = symlinkJoin {
name = "ffmpeg";
paths = [
ffmpeg-full.bin
ffmpeg-full.dev
ffmpeg-full.lib
ffmpeg_6-full.bin
ffmpeg_6-full.dev
ffmpeg_6-full.lib
];
};
@@ -131,7 +131,7 @@ buildPythonPackage rec {
);
buildInputs = [
ffmpeg-full
ffmpeg_6-full
pybind11
sox
torch.cxxdev