beets: make ffmpeg overridable

This commit is contained in:
Robert Schütz
2025-12-01 20:07:01 -08:00
parent f9fa38716b
commit 91ca9f2ba4
+7 -2
View File
@@ -1,5 +1,10 @@
{
python3,
ffmpeg,
python3Packages,
}:
python3.pkgs.toPythonApplication python3.pkgs.beets
python3Packages.toPythonApplication (
python3Packages.beets.override {
inherit ffmpeg;
}
)