Skip to content

Commit

Permalink
kitty: move to by-name
Browse files Browse the repository at this point in the history
  • Loading branch information
leiserfg committed Mar 9, 2025
1 parent 6063ced commit 486c92b
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1516,7 +1516,7 @@ with pkgs;

cool-retro-term = libsForQt5.callPackage ../applications/terminal-emulators/cool-retro-term { };

kitty = darwin.apple_sdk_11_0.callPackage ../applications/terminal-emulators/kitty {
kitty = darwin.apple_sdk_11_0.callPackage ../by-name/ki/kitty/package.nix {
harfbuzz = harfbuzz.override { withCoreText = stdenv.hostPlatform.isDarwin; };
inherit (darwin) autoSignDarwinBinariesHook;
inherit (darwin.apple_sdk_11_0) Libsystem;
Expand All @@ -1528,7 +1528,7 @@ with pkgs;
;
};

kitty-themes = callPackage ../applications/terminal-emulators/kitty/themes.nix { };
kitty-themes = callPackage ../by-name/ki/kitty-themes/package.nix { };

mlterm = darwin.apple_sdk_11_0.callPackage ../applications/terminal-emulators/mlterm { };
mlterm-wayland = mlterm.override {
Expand Down

0 comments on commit 486c92b

Please sign in to comment.