Loading pkgs/by-name/ki/kitty/package.nix +7 −0 Original line number Diff line number Diff line Loading @@ -45,6 +45,7 @@ makeBinaryWrapper, autoSignDarwinBinariesHook, cairo, fetchpatch, }: with python3Packages; Loading Loading @@ -141,6 +142,12 @@ buildPythonApplication rec { # Skip `test_ssh_bootstrap_with_different_launchers` when launcher is `zsh` since it causes: # OSError: master_fd is in error condition ./disable-test_ssh_bootstrap_with_different_launchers.patch # Fix timeout issue in Fish integration tests after recent Fish release (fetchpatch { url = "https://github.com/kovidgoyal/kitty/commit/456fa8691a94f99fae0cef7f19dd2c85c208445a.patch"; hash = "sha256-WLPodki5cA9Y3pcVwSV7EUmLEGGXkJDYX1MsHIzPk2s="; }) ]; hardeningDisable = [ Loading Loading
pkgs/by-name/ki/kitty/package.nix +7 −0 Original line number Diff line number Diff line Loading @@ -45,6 +45,7 @@ makeBinaryWrapper, autoSignDarwinBinariesHook, cairo, fetchpatch, }: with python3Packages; Loading Loading @@ -141,6 +142,12 @@ buildPythonApplication rec { # Skip `test_ssh_bootstrap_with_different_launchers` when launcher is `zsh` since it causes: # OSError: master_fd is in error condition ./disable-test_ssh_bootstrap_with_different_launchers.patch # Fix timeout issue in Fish integration tests after recent Fish release (fetchpatch { url = "https://github.com/kovidgoyal/kitty/commit/456fa8691a94f99fae0cef7f19dd2c85c208445a.patch"; hash = "sha256-WLPodki5cA9Y3pcVwSV7EUmLEGGXkJDYX1MsHIzPk2s="; }) ]; hardeningDisable = [ Loading