Commit 4cf7242f authored by Doron Behar's avatar Doron Behar
Browse files

beets-minimal: fix build by using pyrate-limiter_2

parent fd759d7a
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -2,4 +2,12 @@
  python3,
}:

python3.pkgs.toPythonApplication python3.pkgs.beets-minimal
let
  python = python3.override {
    self = python3;
    packageOverrides = self: super: {
      pyrate-limiter = super.pyrate-limiter_2;
    };
  };
in
python.pkgs.toPythonApplication python.pkgs.beets-minimal