Skip to content

Commit 8516608

Browse files
authored
git: remove outdated patch for darwin (#384794)
2 parents bb19073 + 7626a99 commit 8516608

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

pkgs/applications/version-management/git/default.nix

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -60,15 +60,6 @@ stdenv.mkDerivation (finalAttrs: {
6060
./installCheck-path.patch
6161
] ++ lib.optionals withSsh [
6262
./ssh-path.patch
63-
] ++ lib.optionals (guiSupport && stdenv.hostPlatform.isDarwin) [
64-
# Needed to workaround an issue in macOS where gitk shows a empty window
65-
# https://github.com/Homebrew/homebrew-core/issues/68798
66-
# https://github.com/git/git/pull/944
67-
(fetchpatch {
68-
name = "gitk_check_main_window_visibility_before_waiting_for_it_to_show.patch";
69-
url = "https://github.com/git/git/commit/1db62e44b7ec93b6654271ef34065b31496cd02e.patch";
70-
hash = "sha256-ntvnrYFFsJ1Ebzc6vM9/AMFLHMS1THts73PIOG5DkQo=";
71-
})
7263
];
7364

7465
postPatch = ''

0 commit comments

Comments
 (0)