add pyphen as dep

This commit is contained in:
Charlotte 🦝 Delenk 2022-06-17 20:29:02 +01:00
parent b9cd83489b
commit e64e57f6bc
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -55,7 +55,7 @@ in rec {
};
propagatedBuildInputs = [plover];
};
regenpfeifer-env = pypy3.withPackages (ps: [ps.marisa-trie]);
regenpfeifer-env = pypy3.withPackages (ps: [ps.marisa-trie ps.pyphen]);
wortformliste = pkgs.stdenvNoCC.mkDerivation {
pname = "wortformliste";
version = inputs.wortformliste.lastModifiedDate;