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
commit 6347daf0ac
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

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