From f84d6275fee2301f052b2bde665496d736d0953c Mon Sep 17 00:00:00 2001 From: Emily Date: Sat, 5 Oct 2024 20:33:44 +0100 Subject: [PATCH] kitty: remove code for macOS < 11 --- pkgs/applications/terminal-emulators/kitty/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/applications/terminal-emulators/kitty/default.nix b/pkgs/applications/terminal-emulators/kitty/default.nix index 8e788f270867..d596b8f936e2 100644 --- a/pkgs/applications/terminal-emulators/kitty/default.nix +++ b/pkgs/applications/terminal-emulators/kitty/default.nix @@ -146,7 +146,6 @@ buildPythonApplication rec { mkdir ./fonts/ cp "${nerd-fonts.symbols-only}/share/fonts/truetype/NerdFonts/Symbols/SymbolsNerdFontMono-Regular.ttf" ./fonts/ - ${ lib.optionalString (stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isx86_64) "export MACOSX_DEPLOYMENT_TARGET=11" } ${if stdenv.hostPlatform.isDarwin then '' ${python.pythonOnBuildForHost.interpreter} setup.py build ${darwinOptions} make docs