about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorArtturi <Artturin@artturin.com>2022-04-02 06:04:30 +0300
committerGitHub <noreply@github.com>2022-04-02 06:04:30 +0300
commiteec8114f2d3c2c0712a0471e1f65ba4d891bdae8 (patch)
tree0bcac0861e32342b54c0d930d57d149d3f67850d /pkgs/applications
parent8e260853cd5880324ac090b201acc42d221e2f08 (diff)
parent49f75b1483bfc56a690c9a740a0879022c851ce3 (diff)
Merge pull request #166661 from malob/fix-kitty-build-darwin
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/terminal-emulators/kitty/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/applications/terminal-emulators/kitty/default.nix b/pkgs/applications/terminal-emulators/kitty/default.nix
index d06c6d937c11b..52e691f985045 100644
--- a/pkgs/applications/terminal-emulators/kitty/default.nix
+++ b/pkgs/applications/terminal-emulators/kitty/default.nix
@@ -90,6 +90,11 @@ buildPythonApplication rec {
       url = "https://github.com/kovidgoyal/kitty/commit/d8ed42ae8e014d9abf9550a65ae203468f8bfa43.patch";
       sha256 = "sha256-Azgzqf5atW999FVn9rSGKMyZLsI692dYXhJPx07GBO0=";
     })
+    (fetchpatch {
+      name = "fix-build-with-non-framework-python-on-darwin.patch";
+      url = "https://github.com/kovidgoyal/kitty/commit/57cffc71b78244e6a9d49f4c9af24d1a88dbf537.patch";
+      sha256 = "sha256-1IGONSVCVo5SmLKw90eqxaI5Mwc764O1ur+aMsc7h94=";
+    })
   ];
 
   # Causes build failure due to warning