fix pythonpath
This commit is contained in:
parent
6d34509184
commit
0af41c7a57
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ in rec {
|
||||||
src = inputs.regenpfeifer;
|
src = inputs.regenpfeifer;
|
||||||
nativeBuildInputs = [regenpfeifer-env];
|
nativeBuildInputs = [regenpfeifer-env];
|
||||||
buildPhase = ''
|
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";
|
installPhase = "cat unmatched.log";
|
||||||
};
|
};
|
||||||
|
|
Reference in a new issue