10 buildPythonPackage rec {
11 pname = "language-data";
15 disabled = pythonOlder "3.6";
17 src = fetchFromGitHub {
19 repo = "language_data";
21 sha256 = "51TUVHXPHG6ofbnxI6+o5lrtr+QCIpGKu+OjDK3l7Mc=";
29 propagatedBuildInputs = [
36 pythonImportsCheck = [
41 description = "Supplement module for langcodes";
42 homepage = "https://github.com/rspeer/language_data";
43 license = licenses.mit;
44 maintainers = with maintainers; [ fab ];