use pypy3 instead of python3 for regenpfeifer

This commit is contained in:
Charlotte 🦝 Delenk 2022-06-17 12:51:38 +01:00
parent bb2c898d0d
commit f0d693ad5e
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -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 {