File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
pkgs/applications/version-management/git Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff 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 = ''
You can’t perform that action at this time.
0 commit comments