python3Packages.whichcraft: cleanup unused glibcLocales
Removing this causes now changes apart from the store path changing
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user