kitty: remove code for macOS < 11

This commit is contained in:
Emily
2025-01-05 20:57:34 +00:00
parent c10bb4c2a6
commit f84d6275fe
@@ -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