use pypy3 instead of python3 for regenpfeifer
This commit is contained in:
parent
bb2c898d0d
commit
f0d693ad5e
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ with pkgs; rec {
|
||||||
};
|
};
|
||||||
propagatedBuildInputs = [plover];
|
propagatedBuildInputs = [plover];
|
||||||
};
|
};
|
||||||
regenpfeifer-env = python3.buildEnv.override {
|
regenpfeifer-env = pypy3.buildEnv.override {
|
||||||
extraLibs = with pkgs.python3Packages; [marisa-trie];
|
extraLibs = with pkgs.python3Packages; [marisa-trie];
|
||||||
};
|
};
|
||||||
wortformliste = pkgs.stdenvNoCC.mkDerivation {
|
wortformliste = pkgs.stdenvNoCC.mkDerivation {
|
||||||
|
|
Reference in a new issue