9 python311Packages.buildPythonApplication rec {
13 src = fetchFromGitHub {
16 rev = "refs/tags/${version}";
17 hash = "sha256-bRCy95owBJaxoyCNQF6gEENoxCkmorhyKzZgU1dQN6I=";
20 dependencies = with python311Packages; [
30 ++ (with python311Packages; [
36 disabledTests = lib.optionals stdenv.hostPlatform.isDarwin [
37 "test_settings_defaults"
40 "test_settings_from_args"
41 "test_get_all_executables_exclude_paths"
42 "test_with_blank_cache"
43 "test_with_filled_cache"
44 "test_when_etag_changed"
45 "test_for_generic_shell"
47 "test_on_run_after_other_commands"
48 "test_when_cant_configure_automatically"
49 "test_when_already_configured"
50 "test_when_successfully_configured"
54 homepage = "https://github.com/nvbn/thefuck";
55 description = "Magnificent app which corrects your previous console command";
56 license = lib.licenses.mit;
57 maintainers = with lib.maintainers; [ marcusramberg ];