kitty: use scopes as arguments, remove all-packages.nix override

This commit is contained in:
Aliaksandr
2026-01-27 19:54:07 -05:00
committed by Michael Daniels
parent 763b61d17b
commit 03b01f4b76
2 changed files with 2 additions and 6 deletions
+2 -2
View File
@@ -43,7 +43,7 @@
buildGo124Module,
nix-update-script,
makeBinaryWrapper,
autoSignDarwinBinariesHook,
darwin,
cairo,
fetchpatch,
}:
@@ -117,7 +117,7 @@ buildPythonApplication rec {
++ lib.optionals stdenv.hostPlatform.isDarwin [
imagemagick
libicns # For the png2icns tool.
autoSignDarwinBinariesHook
darwin.autoSignDarwinBinariesHook
]
++ lib.optionals stdenv.hostPlatform.isLinux [
wayland-scanner
-4
View File
@@ -1345,10 +1345,6 @@ with pkgs;
### APPLICATIONS/TERMINAL-EMULATORS
kitty = callPackage ../by-name/ki/kitty/package.nix {
inherit (darwin) autoSignDarwinBinariesHook;
};
mlterm-wayland = mlterm.override {
enableX11 = false;
};