python3Packages.pandas: use the locale specification from buildPythonPackage

Also remove glibcLocale from nativeCheckInputs,
without which the package still builds.

Changed files
-3
pkgs
development
python-modules
pandas
-3
pkgs/development/python-modules/pandas/default.nix
···
# tests
adv_cmds,
glibc,
-
glibcLocales,
hypothesis,
pytestCheckHook,
pytest-xdist,
···
nativeCheckInputs =
[
-
glibcLocales
hypothesis
pytest-asyncio
pytest-xdist
···
preCheck =
''
export HOME=$TMPDIR
-
export LC_ALL="en_US.UTF-8"
cd $out/${python.sitePackages}/pandas
''
# TODO: Get locale and clipboard support working on darwin.
···
# tests
adv_cmds,
glibc,
hypothesis,
pytestCheckHook,
pytest-xdist,
···
nativeCheckInputs =
[
hypothesis
pytest-asyncio
pytest-xdist
···
preCheck =
''
export HOME=$TMPDIR
cd $out/${python.sitePackages}/pandas
''
# TODO: Get locale and clipboard support working on darwin.