fix pythonpath

This commit is contained in:
Charlotte 🦝 Delenk 2022-06-17 16:37:28 +01:00
parent 6d34509184
commit 0af41c7a57
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -70,7 +70,7 @@ in rec {
src = inputs.regenpfeifer;
nativeBuildInputs = [regenpfeifer-env];
buildPhase = ''
pypy3 -m regenpfeifer.dictionary_generator ${wortformliste} $out unmatched.log 300000 300000
PYTHONPATH=${regenpfeifer-env}/site-packages LC_ALL=C.UTF-8 pypy3 -m regenpfeifer.dictionary_generator ${wortformliste} $out unmatched.log 300000 300000
'';
installPhase = "cat unmatched.log";
};