python3Packages.whichcraft: cleanup unused glibcLocales

Removing this causes now changes apart from the store path changing
This commit is contained in:
Timo Gottszky
2026-06-06 19:19:33 +02:00
parent d332e23d90
commit 8bd5bfeceb
@@ -3,7 +3,6 @@
buildPythonPackage,
fetchPypi,
pytest,
glibcLocales,
}:
buildPythonPackage (finalAttrs: {
@@ -16,9 +15,6 @@ buildPythonPackage (finalAttrs: {
sha256 = "11yfkzyplizdgndy34vyd5qlmr1n5mxis3a3svxmx8fnccdvknxc";
};
env.LC_ALL = "en_US.utf-8";
buildInputs = [ glibcLocales ];
nativeCheckInputs = [ pytest ];
checkPhase = ''