Commit 67db9630 authored by Doron Behar's avatar Doron Behar
Browse files

beets: use default pyrate-limiter

Fixes #493689 .
parent e3e76c1c
Loading
Loading
Loading
Loading
+1 −9
Original line number Diff line number Diff line
@@ -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