Commit 070a6836 authored by Robert Schütz's avatar Robert Schütz
Browse files

phonemizer: use bibtexparser_2

It's required by clldutils, which segments depends on.
parent ed3e0dc1
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
{
  python3Packages,
}:

let
  pythonPackages = python3Packages.overrideScope (
    self: super: {
      bibtexparser = self.bibtexparser_2;
    }
  );
in
with pythonPackages;
toPythonApplication phonemizer
+0 −2
Original line number Diff line number Diff line
@@ -13038,8 +13038,6 @@ with pkgs;
  cri-o = callPackage ../applications/virtualization/cri-o/wrapper.nix { };
  cri-o-unwrapped = callPackage ../applications/virtualization/cri-o { };

  phonemizer = with python3Packages; toPythonApplication phonemizer;

  ### GAMES

  inherit (callPackages ../games/fteqw { })