Commit Graph

5 Commits

Author SHA1 Message Date
Doron Behar
67db96305e beets: use default pyrate-limiter
Fixes #493689 .
2026-03-04 11:22:24 +02:00
Doron Behar
dc1db25c91 beets: fix build by using pyrate-limiter_2 2026-02-22 13:54:51 +02:00
Doron Behar
3860be353a beets: revert "make ffmpeg overridable"
This reverts commit 91ca9f2ba4 .
2025-12-04 12:05:14 +02:00
Robert Schütz
91ca9f2ba4 beets: make ffmpeg overridable 2025-12-01 20:07:01 -08:00
Doron Behar
d871c165c5 beets{,Packages}: rewrite / reform
- Promote all beets packages to 1st class Python packages, defined in
  pkgs/development/python-modules/beets* directories.
- Define top-level beets and beets-minimal using `toPythonApplication`
  instead of using `toPythonModule` for python3Packages.beets attribute.
- Add appropriate top-level aliases, and python-aliases
- Make sure nix-update finds the version and hash strings in the correct
  file (main motivation of this commit).
- Remove the mkPlugin function and simply put its contents inline.
2025-10-27 15:58:11 +02:00