beets: use default pyrate-limiter

Fixes #493689 .
This commit is contained in:
Doron Behar
2026-03-04 11:22:24 +02:00
parent e3e76c1cfe
commit 67db96305e
+1 -9
View File
@@ -2,12 +2,4 @@
python3,
}:
let
python = python3.override {
self = python3;
packageOverrides = self: super: {
pyrate-limiter = super.pyrate-limiter_2;
};
};
in
python.pkgs.toPythonApplication python.pkgs.beets
python3.pkgs.toPythonApplication python3.pkgs.beets