python312Packages.language-data: format with nixfmt

This commit is contained in:
Fabian Affolter
2024-05-12 15:54:13 +02:00
parent 8b567c6689
commit 0313582186
@@ -1,10 +1,11 @@
{ lib
, buildPythonPackage
, fetchFromGitHub
, marisa-trie
, poetry-core
, pythonOlder
, setuptools
{
lib,
buildPythonPackage,
fetchFromGitHub,
marisa-trie,
poetry-core,
pythonOlder,
setuptools,
}:
buildPythonPackage rec {
@@ -26,16 +27,12 @@ buildPythonPackage rec {
setuptools
];
dependencies = [
marisa-trie
];
dependencies = [ marisa-trie ];
# Module has no tests
doCheck = false;
pythonImportsCheck = [
"language_data"
];
pythonImportsCheck = [ "language_data" ];
meta = with lib; {
description = "Supplement module for langcodes";