8 buildPythonPackage rec {
13 inherit pname version;
14 sha256 = "1805svvb7xjm4sf1j7b6nc3409x37pd1xmabfwwjf1ldkzwgxhfb";
17 propagatedBuildInputs = [
25 pythonImportsCheck = [ "langdetect" ];
28 description = "Python port of Google's language-detection library";
29 homepage = "https://github.com/Mimino666/langdetect";
30 license = licenses.asl20;
31 maintainers = with maintainers; [ erikarvstedt ];