kitty: use scopes as arguments, remove all-packages.nix override
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user