beets: make ffmpeg overridable (#467015)

This commit is contained in:
Aleksana
2025-12-02 05:22:01 +00:00
committed by GitHub
+7 -2
View File
@@ -1,5 +1,10 @@
{
python3,
ffmpeg,
python3Packages,
}:
python3.pkgs.toPythonApplication python3.pkgs.beets
python3Packages.toPythonApplication (
python3Packages.beets.override {
inherit ffmpeg;
}
)