Skip to content

Commit

Permalink
Use makeBinaryWrapper to wrap kitty executable
Browse files Browse the repository at this point in the history
The default `wrapProgram` no longer works on macos 15.1, `makeBinaryWrapper` is recommended in the manual to wrap executables on darwin.
  • Loading branch information
liaowang11 authored Nov 1, 2024
1 parent 2315372 commit 748be13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/applications/terminal-emulators/kitty/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
, go_1_23
, buildGo123Module
, nix-update-script
, makeBinaryWrapper
}:

with python3Packages;
Expand Down Expand Up @@ -85,6 +86,7 @@ buildPythonApplication rec {
go_1_23
fontconfig
] ++ lib.optionals stdenv.hostPlatform.isDarwin [
makeBinaryWrapper
imagemagick
libicns # For the png2icns tool.
] ++ lib.optionals stdenv.hostPlatform.isLinux [
Expand Down

0 comments on commit 748be13

Please sign in to comment.