python3Packages.sympy: use the locale specification from buildPythonPackage
This commit is contained in:
@@ -27,10 +27,6 @@ buildPythonPackage rec {
|
||||
doCheck = false;
|
||||
pythonImportsCheck = [ "sympy" ];
|
||||
|
||||
preCheck = ''
|
||||
export LANG="en_US.UTF-8"
|
||||
'';
|
||||
|
||||
passthru.tests = {
|
||||
inherit sage;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user