buildPythonPackage: always export LANG=C.UTF-8

This commit is contained in:
Frederik Rietdijk
2019-02-15 13:30:59 +01:00
parent e7b4608d02
commit 1fccd25595
3 changed files with 9 additions and 2 deletions

View File

@@ -881,7 +881,6 @@ example of such a situation is when `py.test` is used.
'';
}
```
- Unicode issues can typically be fixed by including `glibcLocales` in `buildInputs` and exporting `LC_ALL=en_US.utf-8`.
- Tests that attempt to access `$HOME` can be fixed by using the following work-around before running tests (e.g. `preCheck`): `export HOME=$(mktemp -d)`
## FAQ