python3Packages.pandas: use the locale specification from buildPythonPackage

Also remove glibcLocale from nativeCheckInputs,
without which the package still builds.
This commit is contained in:
Yueh-Shun Li
2025-03-08 00:30:06 +08:00
parent 46f20b456e
commit 13475c2ed6
@@ -53,7 +53,6 @@
# tests
adv_cmds,
glibc,
glibcLocales,
hypothesis,
pytestCheckHook,
pytest-xdist,
@@ -179,7 +178,6 @@ let
nativeCheckInputs =
[
glibcLocales
hypothesis
pytest-asyncio
pytest-xdist
@@ -231,7 +229,6 @@ let
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.