8 buildPythonPackage rec {
14 inherit pname version;
15 hash = "sha256-DhqUZ0HbKIpANhrQT/OP4EvwgZg0uKu4TEtTX+2bpO8=";
19 substituteInPlace src/lingua/extract.py \
20 --replace-fail SafeConfigParser ConfigParser
27 propagatedBuildInputs = [
32 pythonImportsCheck = [ "lingua" ];
35 description = "Translation toolset";
36 homepage = "https://github.com/wichert/lingua";
37 license = licenses.bsd3;
38 maintainers = with maintainers; [ np ];