summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2019-02-15 13:30:59 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2019-02-23 20:08:26 +0100
commit1fccd255953b6025a4d0342c2cf5641e5b6b6ced (patch)
tree9155889a36a7ebc8899ec44657bd5f77e99dfb96 /doc
parente7b4608d029dec2d14758837c0378fcf4746f3be (diff)
downloadnixpkgs-1fccd255953b6025a4d0342c2cf5641e5b6b6ced.tar
nixpkgs-1fccd255953b6025a4d0342c2cf5641e5b6b6ced.tar.gz
nixpkgs-1fccd255953b6025a4d0342c2cf5641e5b6b6ced.tar.bz2
nixpkgs-1fccd255953b6025a4d0342c2cf5641e5b6b6ced.tar.lz
nixpkgs-1fccd255953b6025a4d0342c2cf5641e5b6b6ced.tar.xz
nixpkgs-1fccd255953b6025a4d0342c2cf5641e5b6b6ced.tar.zst
nixpkgs-1fccd255953b6025a4d0342c2cf5641e5b6b6ced.zip
buildPythonPackage: always export `LANG=C.UTF-8`
Diffstat (limited to 'doc')
-rw-r--r--doc/languages-frameworks/python.section.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/languages-frameworks/python.section.md b/doc/languages-frameworks/python.section.md
index 36a87c8380f..1c9f9fdebe4 100644
--- a/doc/languages-frameworks/python.section.md
+++ b/doc/languages-frameworks/python.section.md
@@ -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