From 8bd5bfeceb3880ba7b850ce6f9cb2e8855bcd806 Mon Sep 17 00:00:00 2001 From: Timo Gottszky Date: Sat, 6 Jun 2026 19:19:33 +0200 Subject: [PATCH] python3Packages.whichcraft: cleanup unused glibcLocales Removing this causes now changes apart from the store path changing --- pkgs/development/python-modules/whichcraft/default.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pkgs/development/python-modules/whichcraft/default.nix b/pkgs/development/python-modules/whichcraft/default.nix index a8e78bc8ab45..407c431512af 100644 --- a/pkgs/development/python-modules/whichcraft/default.nix +++ b/pkgs/development/python-modules/whichcraft/default.nix @@ -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 = ''