Merge branch 'add-dependency-to-shell.nix' of https://github.com/Luflosi/kitty

This commit is contained in:
Kovid Goyal
2021-09-25 19:24:07 +05:30

View File

@@ -13,6 +13,7 @@ mkShell rec {
harfbuzzWithCoreText
ncurses
lcms2
librsync
] ++ optionals stdenv.isDarwin [
Cocoa
CoreGraphics