Commit 03135821 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.language-data: format with nixfmt

parent 8b567c66
Loading
Loading
Loading
Loading
+10 −13
Original line number Diff line number Diff line
{ 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";