add pyphen as dep
This commit is contained in:
parent
b9cd83489b
commit
e64e57f6bc
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ in rec {
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [plover];
|
propagatedBuildInputs = [plover];
|
||||||
};
|
};
|
||||||
regenpfeifer-env = pypy3.withPackages (ps: [ps.marisa-trie]);
|
regenpfeifer-env = pypy3.withPackages (ps: [ps.marisa-trie ps.pyphen]);
|
||||||
wortformliste = pkgs.stdenvNoCC.mkDerivation {
|
wortformliste = pkgs.stdenvNoCC.mkDerivation {
|
||||||
pname = "wortformliste";
|
pname = "wortformliste";
|
||||||
version = inputs.wortformliste.lastModifiedDate;
|
version = inputs.wortformliste.lastModifiedDate;
|
||||||
|
|
Reference in a new issue