8 python3.pkgs.buildPythonApplication rec {
13 src = fetchFromGitHub {
14 owner = "codespell-project";
17 sha256 = "sha256-TZH3+ZzsThh0GDtiSU1ZEStmCHmEuNDrk/Vyc8E2ESI=";
20 nativeBuildInputs = with python3.pkgs; [
24 nativeCheckInputs = with python3.pkgs; [
33 export ASPELL_CONF="dict-dir ${aspellDicts.en}/lib/aspell"
37 # tries to run not fully installed script
41 pythonImportsCheck = [ "codespell_lib" ];
44 description = "Fix common misspellings in source code";
45 mainProgram = "codespell";
46 homepage = "https://github.com/codespell-project/codespell";
47 license = with licenses; [
51 maintainers = with maintainers; [